diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-05 04:37:53 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-05 04:37:53 +0000 |
commit | c8241dd9daf54590be978595015abcee01bcf061 (patch) | |
tree | 83a154125cf4bf9a94606c763c8c0dcee6a5213a /Makefile.tpl | |
parent | 0a9a8eaf84d471f1cea176a0c5af75afd61b3267 (diff) | |
download | gcc-c8241dd9daf54590be978595015abcee01bcf061.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75413 138bc75d-0d04-0410-961f-82ee72b054a4
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 af5b2910c8c..7a7e3eb0403 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 |