diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
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 |