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-Tag: v2.4.7pre4~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647c5433f81a0c756f704bf61e252252373fa9c6;p=thirdparty%2Frsync.git 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