aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Hollstein <manfredh@redhat.com>2000-09-06 17:57:21 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>2000-09-06 17:57:21 +0000
commit1bac0fb486f48c039679aa8fd958c8e8bae853fb (patch)
treebf3e0fd49d614e42ea70ddee6dd30c870753496a
parentf472a17cb413f5fedaa2647f885b681de8690dba (diff)
downloadgcc-1bac0fb486f48c039679aa8fd958c8e8bae853fb.zip
gcc-1bac0fb486f48c039679aa8fd958c8e8bae853fb.tar.gz
gcc-1bac0fb486f48c039679aa8fd958c8e8bae853fb.tar.bz2
Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, not bootstrap-lean_f.
2000-09-06 Manfred Hollstein <manfredh@redhat.com> * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, not bootstrap-lean_f. From-SVN: r36201
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 22221c4..c53a255 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-06 Manfred Hollstein <manfredh@redhat.com>
+
+ * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
+ not bootstrap-lean_f.
+
2000-09-06 Andreas Schwab <schwab@suse.de>
* mklibgcc.in: Emit rule for libgcc-stage-start.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b6a5902..6199614 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2830,7 +2830,7 @@ bootstrap-lean_d: bootstrap-lean_c stage_c
bootstrap-lean_e: bootstrap-lean_d stage_d
bootstrap-lean_f: bootstrap-lean_e clean_s2
bootstrap-lean_g: bootstrap-lean_f stage_e
-bootstrap-lean: force bootstrap-lean_f
+bootstrap-lean: force bootstrap-lean_g
bootstrap2_c: stage_c
bootstrap2_d: bootstrap2_c stage_d