From 1ec4e9c30bd66dab3fabb6958187be4c57e26052 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 1 Jun 2004 08:11:33 +0000 Subject: [PATCH] Makefile.tpl: Fix typo. 2004-06-01 Paolo Bonzini * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. From-SVN: r82536 --- ChangeLog | 5 +++++ Makefile.def | 2 +- Makefile.in | 10 +++++----- Makefile.tpl | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2df00df9cfb..7ab834dbe76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-01 Paolo Bonzini + + * Makefile.tpl: Fix typo. + * Makefile.in: Regenerate. + 2004-06-01 Paolo Bonzini * configure.in: Remove new- prefix from toplevel diff --git a/Makefile.def b/Makefile.def index 22bdec0fd97..c14e3273600 100644 --- a/Makefile.def +++ b/Makefile.def @@ -222,7 +222,7 @@ bootstrap_stage = { extra_make_flags='CFLAGS="$(STAGE1_CFLAGS)"' ; }; bootstrap_stage = { id=2 ; prev=1 ; next=3 ; - bootstrap_target=new-bootstrap2 ; + bootstrap_target=bootstrap2 ; extra_configure_flags="@stage2_werror_flag@" ; extra_make_flags="$(POSTSTAGE1_FLAGS_TO_PASS)" ; }; bootstrap_stage = { diff --git a/Makefile.in b/Makefile.in index efa419cd9ae..db429bccac6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28280,15 +28280,15 @@ all-stage2-gcc: configure-stage2-gcc $(STAGE_HOST_EXPORTS) \ cd gcc && \ $(MAKE) $(GCC_FLAGS_TO_PASS) \ - CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \ + CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ STAGE_PREFIX=$$r/stage1-gcc/ \ $(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage2-gcc -.PHONY: new-bootstrap2 -new-bootstrap2: +.PHONY: bootstrap2 +bootstrap2: $(MAKE) $(BASE_FLAGS_TO_PASS) $(RECURSE_FLAGS) stage2-bubble \ stage2-start all stage2-end @@ -28373,7 +28373,7 @@ all-stage3-gcc: configure-stage3-gcc $(STAGE_HOST_EXPORTS) \ cd gcc && \ $(MAKE) $(GCC_FLAGS_TO_PASS) \ - CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \ + CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ STAGE_PREFIX=$$r/stage2-gcc/ \ $(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage3-gcc @@ -28488,7 +28488,7 @@ all-stage4-gcc: configure-stage4-gcc $(STAGE_HOST_EXPORTS) \ cd gcc && \ $(MAKE) $(GCC_FLAGS_TO_PASS) \ - CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \ + CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ STAGE_PREFIX=$$r/stage3-gcc/ \ $(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage4-gcc diff --git a/Makefile.tpl b/Makefile.tpl index e81d0361396..6ffecc82222 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1529,7 +1529,7 @@ all-stage[+id+]-gcc: configure-stage[+id+]-gcc $(GCC_HOST_EXPORTS) [+ ENDIF prev +] \ cd gcc && \ $(MAKE) $(GCC_FLAGS_TO_PASS) [+ IF prev +] \ - CC="$${CC}" CC_FOR_BUILD="${CC_FOR_BUILD}" \ + CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ STAGE_PREFIX=$$r/stage[+prev+]-gcc/ [+ ENDIF prev +] \ [+extra_make_flags+] && $(STAMP) ../all-stage[+id+]-gcc