From d8b051596f210e345d8a12e160d5708d5a051560 Mon Sep 17 00:00:00 2001 From: bonzini Date: Tue, 1 Jun 2004 08:11:33 +0000 Subject: 2004-06-01 Paolo Bonzini * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82536 138bc75d-0d04-0410-961f-82ee72b054a4 --- Makefile.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.def') 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 = { -- cgit v1.2.1