diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-05 04:38:54 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-05 04:38:54 +0000 |
commit | bb5dca17fb09a2be07d8e7833de0f7d1426948f0 (patch) | |
tree | 18051149b7b3aeec15e57339498080b8b0b7a627 /Makefile.tpl | |
parent | 82252c06fb37a74b79b86ecc83b22af934a90d93 (diff) | |
download | gdb-bb5dca17fb09a2be07d8e7833de0f7d1426948f0.zip gdb-bb5dca17fb09a2be07d8e7833de0f7d1426948f0.tar.gz gdb-bb5dca17fb09a2be07d8e7833de0f7d1426948f0.tar.bz2 |
* configure.in: Use ./config.cache, not config.cache.
* configure: Regenerate.
* Makefile.tpl: Special-casing not needed for GCC any more.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index af5b291..7a7e3eb 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1109,7 +1109,7 @@ configure-gcc: libsrcdir="$$s/gcc";; \ esac; \ $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) $${srcdiroption} --cache-file=config.cache \ + $(HOST_CONFIGARGS) $${srcdiroption} \ || exit 1 # Don't 'make all' in gcc if it's already been made by 'bootstrap'; that |