summaryrefslogtreecommitdiff
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
commitf417b9456d6e380b25299a857dda453954840bde (patch)
tree7f6306c832c61cd1bdba18f9d9ca8beeed7749d0 /Makefile.in
parentb2f27aab31501867601c6d5edaf8c3da3d7e5246 (diff)
downloadgdb-f417b9456d6e380b25299a857dda453954840bde.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 c8dad9cc65d..51d9dd4e0ce 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