Author: metze
Date: 2006-09-06 08:47:32 +0000 (Wed, 06 Sep 2006)
New Revision: 18147

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

Log:
add make realdistclean

metze
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-06 08:43:33 UTC 
(rev 18146)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in   2006-09-06 08:47:32 UTC 
(rev 18147)
@@ -52,8 +52,8 @@
 
 distclean: clean
        rm -f *~ */*~
-       rm -rf autom4te.cache
-       rm -f configure \
-               config.log config.status \
-               replace_config.h
+       rm -f config.log config.status config.h
        rm -f Makefile
+
+realdistclean: distclean
+       rm -f configure config.h.in

Reply via email to