* configure.in: Remove new- prefix from toplevel
	bootstrap targets.
	* configure: Regenerate.
+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>
 
        Merge this patch from the gcc tree:
 
 
 case "$enable_bootstrap" in
   yes)
-    default_target=new-bootstrap
+    default_target=bootstrap
     extrasub="$extrasub
 /^@if gcc-bootstrap\$/d
 /^@endif gcc-bootstrap\$/d" ;;
 
 
 case "$enable_bootstrap" in
   yes)
-    default_target=new-bootstrap
+    default_target=bootstrap
     extrasub="$extrasub
 /^@if gcc-bootstrap\$/d
 /^@endif gcc-bootstrap\$/d" ;;