* configure.in: Use ./config.cache, not config.cache.

* configure: Regenerate.
	* Makefile.tpl: Special-casing not needed for GCC any more.
	* Makefile.in: Regenerate.
This commit is contained in:
Nathanael Nerode
2004-01-05 04:38:54 +00:00
parent 68c6d8acfc
commit 1d1abb620d
5 changed files with 11 additions and 6 deletions

View File

@@ -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