summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fa678cee..fb027b7b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,9 +85,10 @@ proto:
clean:
rm -f *~ $(OBJS) rsync
rm -rf ./testtmp
+ rm -f config.h config.cache config.status
distclean: clean
- rm -f config.h config.cache config.status Makefile
+ rm -f Makefile
# missing functions
getaddrinfo.o: lib/getaddrinfo.c