From 09bdc1b9384ceddc610514a605028f09f8195f1d Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Thu, 9 Jun 2005 17:33:30 +0000 Subject: [PATCH] r7446: add distclean target to generated ldb makefile (This used to be commit 9a78161b0fdb3406c70b9f5a8009ed8fc5268445) --- source4/lib/ldb/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 5bccf17e82b..b335331b297 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -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] -- 2.34.1