diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:51 +0000 |
commit | 3994761f62b6afc8508f48f20e70b87385647249 (patch) | |
tree | 27ba60961b6f5f425292f6f1ff054d9bc013aa5d /Makefile.in | |
parent | d83a18b6bd942f21cdc1c16893972867f4e82927 (diff) | |
download | gdb-3994761f62b6afc8508f48f20e70b87385647249.zip gdb-3994761f62b6afc8508f48f20e70b87385647249.tar.gz gdb-3994761f62b6afc8508f48f20e70b87385647249.tar.bz2 |
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.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8f9be0c..c9ff0e5 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 -exec rm -f {} \; 2>/dev/null local-maintainer-clean: @echo "This command is intended for maintainers to use;" |