Make clean should also remove the autoconf cache etc.
authorMartin Pool <mbp@samba.org>
Tue, 27 Nov 2001 05:35:14 +0000 (05:35 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 27 Nov 2001 05:35:14 +0000 (05:35 +0000)
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