diff options
author | Simo Sorce <idra@samba.org> | 2005-12-30 11:47:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:02 -0500 |
commit | 0cf1feb1143df5deadc9928bde93541950fabfe8 (patch) | |
tree | ae6245fca5e4745bfea98ef5564266cdaea60f1a /source4/lib/ldb | |
parent | 964487e4b9925a85b707eafcaff6aca8bd54a846 (diff) | |
download | samba-0cf1feb1143df5deadc9928bde93541950fabfe8.tar.gz samba-0cf1feb1143df5deadc9928bde93541950fabfe8.tar.bz2 samba-0cf1feb1143df5deadc9928bde93541950fabfe8.zip |
r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugested
(This used to be commit 6198006ee466c6398f6a3da352d236034693ffb7)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |