diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:50 +0000 |
commit | 65f1fdcbfcd0e9a39a23191d93d0247ef8363acb (patch) | |
tree | 6e35d68586a0877bf07709031751258671412b3a /Makefile.tpl | |
parent | 322670d0dd64f6c4f158107c36dc0d7053076fa8 (diff) | |
download | binutils-redhat-65f1fdcbfcd0e9a39a23191d93d0247ef8363acb.tar.gz |
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.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 889c040c5b..37317bcaf8 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;" |