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

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


Author: herb
Date: 2006-12-16 00:51:15 +0000 (Sat, 16 Dec 2006)
New Revision: 20202

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

Log:
fix make clean

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-12-16 00:25:34 UTC (rev 20201)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-12-16 00:51:15 UTC (rev 20202)
@@ -1798,7 +1798,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