Make clean should also remove the autoconf cache etc.
[rsync/rsync.git] / Makefile.in
index fa678ce..fb027b7 100644 (file)
@@ -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