diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 08:11:41 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 08:11:41 +0000 |
commit | 265831dfa83a7151a069ef3609e0d1eb2faec956 (patch) | |
tree | b563c3580bff9c3323bad3c07e80f7c7a20b29f2 /Makefile.def | |
parent | e23237068c04c65fe0e1f8cd2917cf0b55717c54 (diff) | |
download | gdb-265831dfa83a7151a069ef3609e0d1eb2faec956.tar.gz |
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Fix typo.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
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 = { |