Author: tridge
Date: 2006-09-04 12:31:23 +0000 (Mon, 04 Sep 2006)
New Revision: 18032

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18032

Log:

added a 'make distclean'

Modified:
   branches/SAMBA_4_0/source/lib/replace/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in   2006-09-04 12:21:42 UTC 
(rev 18031)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in   2006-09-04 12:31:23 UTC 
(rev 18032)
@@ -34,4 +34,12 @@
        $(CC) $(CFLAGS) -c $< -o $@
 
 clean:
-       rm -f *.o
+       rm -f *.o *.a testsuite
+
+distclean: clean
+       rm -f *~ */*~
+       rm -rf autom4te.cache
+       rm -f configure \
+               config.log config.status \
+               replace_config.h
+       rm -f Makefile

Reply via email to