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/replace/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/replace') diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 23a4239913..10ba5b9415 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -53,7 +53,7 @@ clean: distclean: clean rm -f *~ */*~ - rm -f config.log config.status config.h + rm -f config.log config.status config.h config.cache rm -f Makefile realdistclean: distclean -- cgit