summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-27 05:35:14 +0000
committerMartin Pool <mbp@samba.org>2001-11-27 05:35:14 +0000
commit647c5433f81a0c756f704bf61e252252373fa9c6 (patch)
treee78607f6ac9aec509a8fe7983b279a80772043b5 /Makefile.in
parent8f694072a524ab0f7edc4c3402fb5fc41ecbfa5e (diff)
downloadrsync-647c5433f81a0c756f704bf61e252252373fa9c6.tar.gz
rsync-647c5433f81a0c756f704bf61e252252373fa9c6.tar.bz2
rsync-647c5433f81a0c756f704bf61e252252373fa9c6.zip
Make clean should also remove the autoconf cache etc.
Diffstat (limited to 'Makefile.in')
-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