Author: derrell
Date: 2005-06-09 17:33:30 +0000 (Thu, 09 Jun 2005)
New Revision: 7446

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

Log:
add distclean target to generated ldb makefile
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-06-09 17:27:43 UTC 
(rev 7445)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in       2005-06-09 17:33:30 UTC 
(rev 7446)
@@ -113,6 +113,12 @@
 clean:
        rm -f */*.o *.gcov */*.gc?? *~ */*~ $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) 
$(LDB_LIB) man/man?/*.[13]
 
+distclean:     clean
+       rm -rf autom4te.cache bin lib
+       rm -f configure config.log config.status ldb.pc \
+           Makefile.ldb include/config.h include/config.h.in
+       rm -f Makefile
+
 etags:
        etags */*.[ch]
 

Reply via email to