From 440995e23e6c1cbe1d95a607fbc2afe96b9b8108 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 17 Feb 2010 10:05:50 +0000 Subject: PR 11238 * Makefile.tpl (local-distclean): Also remove config.cache files in sub-directories as there may not be Makefiles present in the sub-directories. * Makefile.in: Regenerate. * configure.ac: Revert previous delta. * configure: Regenerate. --- Makefile.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 889c040c5b2..37317bcaf88 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -771,6 +771,7 @@ local-distclean: -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null -rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null + -find . -name config.cache -delete \; 2>/dev/null local-maintainer-clean: @echo "This command is intended for maintainers to use;" -- cgit v1.2.1