From: Martin Pool Date: Tue, 27 Nov 2001 05:35:14 +0000 (+0000) Subject: Make clean should also remove the autoconf cache etc. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/647c5433f81a0c756f704bf61e252252373fa9c6 Make clean should also remove the autoconf cache etc. --- 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