From: Manfred Hollstein Date: Wed, 6 Sep 2000 17:57:21 +0000 (+0000) Subject: Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, not bootstrap-lean_f. X-Git-Tag: prereleases/libstdc++-2.92~4221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bac0fb486f48c039679aa8fd958c8e8bae853fb;p=thirdparty%2Fgcc.git Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, not bootstrap-lean_f. 2000-09-06 Manfred Hollstein * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, not bootstrap-lean_f. From-SVN: r36201 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22221c41a4da..c53a2552c1f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-09-06 Manfred Hollstein + + * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g, + not bootstrap-lean_f. + 2000-09-06 Andreas Schwab * mklibgcc.in: Emit rule for libgcc-stage-start. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b6a59020fd35..6199614fc015 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