From 2b6c260d73d6cb17d85c508a646b69240bcd1f28 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Mon, 5 Jan 2004 04:37:53 +0000 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.1