svn commit: samba r18906 - in branches/SAMBA_3_0/source: .

jerry at samba.org jerry at samba.org
Mon Sep 25 18:33:15 GMT 2006


Author: jerry
Date: 2006-09-25 18:33:15 +0000 (Mon, 25 Sep 2006)
New Revision: 18906

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

Log:
Fix 'make clean' to deal with new lib/ldb/ directory structure.


Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-09-25 18:18:40 UTC (rev 18905)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-09-25 18:33:15 UTC (rev 18906)
@@ -1796,8 +1796,9 @@
 TOPFILES=dynconfig.o dynconfig. at PICSUFFIX@
 
 clean: delheaders python_clean
-	-rm -f core */*~ *~ */*.o */*/*.o */*. at PICSUFFIX@ */*/*. at PICSUFFIX@ \
-		*/*. at SHLIBEXT@ */*/*. at SHLIBEXT@ \
+	-rm -f core */*~ *~ */*.o */*/*.o */*/*/*.o \
+		*/*. at PICSUFFIX@ */*/*. at PICSUFFIX@ */*/*/*. at PICSUFFIX@ \
+		*/*. at SHLIBEXT@ */*/*. at SHLIBEXT@ */*/*/*. at SHLIBEXT@ \
 		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
 		$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) \
 		$(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \



More information about the samba-cvs mailing list