diff --git a/ChangeLog b/ChangeLog
index 12ee361c6b3d5e7c557f487b4b81e93782d432fc..2df00df9cfbe5bff322f31ae2718dde5778c181b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/configure b/configure
index aefa08ca0adc11a67e728bc9ee8f53e4bd939abb..cba5858c95958918b7f97d7c507fa8c7d224a5b6 100755
--- a/configure
+++ b/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" ;;
diff --git a/configure.in b/configure.in
index bb6e8d7b2d171ca016bd7a7a4a769c35718f4803..648bf01d29a229d07415ea93065c865edff9a72d 100644
--- a/configure.in
+++ b/configure.in
@@ -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" ;;