configure.in: Remove new- prefix from toplevel bootstrap targets.

2004-06-01  Paolo Bonzini <bonzini@gnu.org>

	* configure.in: Remove new- prefix from toplevel
	bootstrap targets.
	* configure: Regenerate.

From-SVN: r82535
This commit is contained in:
Paolo Bonzini 2004-06-01 07:54:44 +00:00 committed by Paolo Bonzini
parent f516a7dacf
commit c2f7605f1d
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove new- prefix from toplevel
bootstrap targets.
* configure: Regenerate.
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all.normal): Rename to all.

2
configure vendored
View File

@ -3103,7 +3103,7 @@ fi
case "$enable_bootstrap" in
yes)
default_target=new-bootstrap
default_target=bootstrap
extrasub="$extrasub
/^@if gcc-bootstrap\$/d
/^@endif gcc-bootstrap\$/d" ;;

View File

@ -1778,7 +1778,7 @@ fi
case "$enable_bootstrap" in
yes)
default_target=new-bootstrap
default_target=bootstrap
extrasub="$extrasub
/^@if gcc-bootstrap\$/d
/^@endif gcc-bootstrap\$/d" ;;