r7446: add distclean target to generated ldb makefile
authorDerrell Lipman <derrell@samba.org>
Thu, 9 Jun 2005 17:33:30 +0000 (17:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:54 +0000 (13:17 -0500)
(This used to be commit 9a78161b0fdb3406c70b9f5a8009ed8fc5268445)

source4/lib/ldb/Makefile.in

index 5bccf17e82b5ee42adb543f8f88bedac00fe7fe2..b335331b29783f9a3a51f1e3eb75672ace4ee930 100644 (file)
@@ -113,6 +113,12 @@ manpages: $(patsubst %.xml,%,$(wildcard man/*/*.xml))
 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]