svn commit: samba r12604 - in branches/SAMBA_4_0/source/lib/ldb: .

idra at samba.org idra at samba.org
Fri Dec 30 11:47:35 GMT 2005


Author: idra
Date: 2005-12-30 11:47:35 +0000 (Fri, 30 Dec 2005)
New Revision: 12604

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

Log:

fix make clean as Brad Hards <bradh at frogmouth.net> sugested


Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-12-30 11:01:29 UTC (rev 12603)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-12-30 11:47:35 UTC (rev 12604)
@@ -124,7 +124,8 @@
 manpages: $(patsubst %.xml,%,$(wildcard man/*.xml))
 
 clean:
-	rm -f */*.o *.gcov */*.gc?? *~ */*~ $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB) man/man?/*.[13]
+	rm -f */*.o *.gcov */*.gc?? *~ */*~ man/man?/*.[13] tdbtest.ldb* \
+	$(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB)
 
 distclean:	clean
 	rm -rf autom4te.cache bin lib



More information about the samba-cvs mailing list