summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-12-30 11:47:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:02 -0500
commit0cf1feb1143df5deadc9928bde93541950fabfe8 (patch)
treeae6245fca5e4745bfea98ef5564266cdaea60f1a
parent964487e4b9925a85b707eafcaff6aca8bd54a846 (diff)
downloadsamba-0cf1feb1143df5deadc9928bde93541950fabfe8.tar.gz
r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugested
(This used to be commit 6198006ee466c6398f6a3da352d236034693ffb7)
-rw-r--r--source4/lib/ldb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index f7e4b234ee1..26d1ffff2ec 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