svn commit: samba r16415 - branches/SAMBA_3_0/source trunk/source

gd at samba.org gd at samba.org
Tue Jun 20 12:20:12 GMT 2006


Author: gd
Date: 2006-06-20 12:20:11 +0000 (Tue, 20 Jun 2006)
New Revision: 16415

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

Log:
Also delete object files from iniparser.

Guenther

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   trunk/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-06-20 12:02:09 UTC (rev 16414)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-06-20 12:20:11 UTC (rev 16415)
@@ -1600,7 +1600,7 @@
 		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
 		$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) \
 		$(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \
-		.headers.stamp 
+		.headers.stamp */src/*.o */src/*. at PICSUFFIX@
 	-rm -rf t_dir
 
 # Making this target will just make sure that the prototype files

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-06-20 12:02:09 UTC (rev 16414)
+++ trunk/source/Makefile.in	2006-06-20 12:20:11 UTC (rev 16415)
@@ -1648,7 +1648,7 @@
 		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
 		$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) \
 		$(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \
-		.headers.stamp 
+		.headers.stamp */src/*.o */src/*. at PICSUFFIX@
 	-rm -rf t_dir
 
 # Making this target will just make sure that the prototype files



More information about the samba-cvs mailing list