From 0cf1feb1143df5deadc9928bde93541950fabfe8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 30 Dec 2005 11:47:35 +0000 Subject: r12604: fix make clean as Brad Hards sugested (This used to be commit 6198006ee466c6398f6a3da352d236034693ffb7) --- source4/lib/ldb/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index f7e4b234ee..26d1ffff2e 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -124,7 +124,8 @@ bin/oLschema2ldif: tools/oLschema2ldif.o tools/cmdline.o $(LIBS) 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 -- cgit