aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-01-05 04:37:53 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-01-05 04:37:53 +0000
commit2b6c260d73d6cb17d85c508a646b69240bcd1f28 (patch)
tree83a154125cf4bf9a94606c763c8c0dcee6a5213a /Makefile.in
parentd7b3c08535cd16614b3c69cc3a6a5c908beec97f (diff)
downloadgcc-2b6c260d73d6cb17d85c508a646b69240bcd1f28.zip
gcc-2b6c260d73d6cb17d85c508a646b69240bcd1f28.tar.gz
gcc-2b6c260d73d6cb17d85c508a646b69240bcd1f28.tar.bz2
configure.in: Use ./config.cache, not config.cache.
* configure.in: Use ./config.cache, not config.cache. * configure: Regenerate. * Makefile.tpl: Special-casing not needed for GCC any more. * Makefile.in: Regenerate. From-SVN: r75413
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 c8dad9c..51d9dd4 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