From 182ab7107c13046c650f51c0a4a55955cc38fa24 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Sep 2006 20:08:21 +0000 Subject: r18539: 'make distclean' should delete config.cache (This used to be commit 5a8becb1be1b41b4fecf9f9f47a60eed5f77c264) --- source4/lib/ldb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/Makefile.in') 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 -- cgit