diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-14 20:08:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:43 -0500 |
commit | 182ab7107c13046c650f51c0a4a55955cc38fa24 (patch) | |
tree | a6765263a7bf5c720d2c3231beeccafbbdbcdc05 /source4/lib/ldb | |
parent | 1d7a878c8beb04dc9c0105ca45ded20bfc1cadee (diff) | |
download | samba-182ab7107c13046c650f51c0a4a55955cc38fa24.tar.gz samba-182ab7107c13046c650f51c0a4a55955cc38fa24.tar.bz2 samba-182ab7107c13046c650f51c0a4a55955cc38fa24.zip |
r18539: 'make distclean' should delete config.cache
(This used to be commit 5a8becb1be1b41b4fecf9f9f47a60eed5f77c264)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 2e7baf2329..106e493530 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -121,7 +121,7 @@ clean: distclean: clean rm -f *~ */*~ rm -rf bin lib - rm -f config.log config.status include/config.h + rm -f config.log config.status config.cache include/config.h rm -f ldb.pc rm -f Makefile |