aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-01-05 04:38:54 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-01-05 04:38:54 +0000
commitfb48977db08c7b211d41c6e0cfa2977a4e2963ad (patch)
tree6adaeea3f7fda2a1357e1d1b0a379e79d40735bb /Makefile.in
parent00262b5fdec9b899ea46d52712283e467bcf2419 (diff)
downloadbinutils-fb48977db08c7b211d41c6e0cfa2977a4e2963ad.tar.gz
* 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.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c8dad9cc6..51d9dd4e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23612,7 +23612,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