From 45d5eb0a1b62989c8a01e80883d4c800897d4472 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 20 Oct 2005 12:01:15 +0000 Subject: [PATCH] PR bootstrap/18939 * Makefile.def (gcc) : Fix thinko. * Makefile.in: Regenerate. --- ChangeLog | 6 ++++++ Makefile.def | 2 +- Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b701909456..d07535479d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-20 Eric Botcazou + + PR bootstrap/18939 + * Makefile.def (gcc) : Fix thinko. + * Makefile.in: Regenerate. + 2005-10-17 Bernd Schmidt * configure.in (bfin-*-*): Use test, not brackets, in if statement. diff --git a/Makefile.def b/Makefile.def index 9731bd66f5..035def58c5 100644 --- a/Makefile.def +++ b/Makefile.def @@ -60,7 +60,7 @@ host_modules= { module= fixincludes; host_modules= { module= flex; no_check_cross= true; }; host_modules= { module= gas; bootstrap=true; }; host_modules= { module= gcc; bootstrap=true; - target="`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi`"; + target="`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`"; extra_make_flags="$(EXTRA_GCC_FLAGS)"; }; host_modules= { module= gawk; }; host_modules= { module= gettext; }; diff --git a/Makefile.in b/Makefile.in index 0de1a3c7a2..22333c05cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11248,7 +11248,7 @@ configure-stagefeedback-gcc: .PHONY: all-gcc maybe-all-gcc maybe-all-gcc: @if gcc -TARGET-gcc=`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi` +TARGET-gcc=`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi` maybe-all-gcc: all-gcc all-gcc: configure-gcc @test -f stage_last && exit 0; \ -- 2.34.1