Commit c2f7605f by Paolo Bonzini Committed by Paolo Bonzini

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
parent f516a7da
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.
(all): Replace with a rule to pick the default
target from configure.
......
......@@ -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" ;;
......
......@@ -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" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment