svn commit: samba r20203 - in branches/SAMBA_3_0_24/source: .

herb at samba.org herb at samba.org
Sat Dec 16 00:54:01 GMT 2006


Author: herb
Date: 2006-12-16 00:54:00 +0000 (Sat, 16 Dec 2006)
New Revision: 20203

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

Log:
fix make clean

Modified:
   branches/SAMBA_3_0_24/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0_24/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_24/source/Makefile.in	2006-12-16 00:51:15 UTC (rev 20202)
+++ branches/SAMBA_3_0_24/source/Makefile.in	2006-12-16 00:54:00 UTC (rev 20203)
@@ -1776,7 +1776,7 @@
 	-rm -f core */*~ *~ */*.o */*/*.o */*/*/*.o \
 		*/*. at SHLIBEXT@ */*/*. at SHLIBEXT@ */*/*/*. at SHLIBEXT@ \
 		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
-		$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) \
+		$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBADDNS) \
 		$(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \
 		.headers.stamp */src/*.o
 	-rm -rf t_dir



More information about the samba-cvs mailing list