summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-01 08:11:33 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-01 08:11:33 +0000
commitd8b051596f210e345d8a12e160d5708d5a051560 (patch)
tree5e297ad6451217975430c242c9f990dcdf938d61 /Makefile.def
parent5b7950ffb6fe85b2e0b7e3627a8d41a1cb50d17b (diff)
downloadgcc-d8b051596f210e345d8a12e160d5708d5a051560.tar.gz
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Fix typo. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
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 = {