diff options
author | Derrell Lipman <derrell@samba.org> | 2005-06-09 17:33:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:54 -0500 |
commit | 09bdc1b9384ceddc610514a605028f09f8195f1d (patch) | |
tree | d3f82fe117f2617a1cfe730293e479178b868a36 /source4/lib | |
parent | b501bf17ab89b0838cdd13d67f2e16fcc881e59d (diff) | |
download | samba-09bdc1b9384ceddc610514a605028f09f8195f1d.tar.gz samba-09bdc1b9384ceddc610514a605028f09f8195f1d.tar.bz2 samba-09bdc1b9384ceddc610514a605028f09f8195f1d.zip |
r7446: add distclean target to generated ldb makefile
(This used to be commit 9a78161b0fdb3406c70b9f5a8009ed8fc5268445)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 5bccf17e82..b335331b29 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] |