summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-02-17 10:05:27 +0000
committerNick Clifton <nickc@gcc.gnu.org>2010-02-17 10:05:27 +0000
commitbf646aaf78934c417c183bfe6e291593736899d2 (patch)
treef01581d2b46954780b3a987d3a1441110917cde5 /Makefile.in
parenta95740b328567bd230868acf86497ab0d302d946 (diff)
downloadgcc-bf646aaf78934c417c183bfe6e291593736899d2.tar.gz
re PR c++/11238 (A constructor with exception handler rethrows the exception to the constructor caller)
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. From-SVN: r156826
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e34d71bfa58..2f96521a541 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2658,6 +2658,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;"