]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, not bootstrap-lean_f.
authorManfred Hollstein <manfredh@redhat.com>
Wed, 6 Sep 2000 17:57:21 +0000 (17:57 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Wed, 6 Sep 2000 17:57:21 +0000 (17:57 +0000)
2000-09-06  Manfred Hollstein  <manfredh@redhat.com>

* Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
not bootstrap-lean_f.

From-SVN: r36201

gcc/ChangeLog
gcc/Makefile.in

index 22221c41a4dafe3c4de957acc1c4163c1a79e948..c53a2552c1f2172aa1a237ac003aa5f322ae5181 100644 (file)
@@ -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.
index b6a59020fd35ad630f9373148d1866ffe0fbdc1c..6199614fc0151273b8aeaa3d275da54901914a73 100644 (file)
@@ -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
This page took 0.075578 seconds and 5 git commands to generate.