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 | 1d1abb620d73cc7bbcf1b0474b75e02746dcd947 (patch) | |
tree | 40b223e3ac57f64ef621766a86992a924618ce8d /Makefile.in | |
parent | 68c6d8acfc428bf6ff43c07ec5e9cdd3ce6ac160 (diff) | |
download | newlib-1d1abb620d73cc7bbcf1b0474b75e02746dcd947.zip newlib-1d1abb620d73cc7bbcf1b0474b75e02746dcd947.tar.gz newlib-1d1abb620d73cc7bbcf1b0474b75e02746dcd947.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.in')
-rw-r--r-- | Makefile.in | 2 |
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 |