diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 90f2f06..97ddcf9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-28 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (bootstrap2-lean): Fix typo. + 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk> * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4dc4455..d311649 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2941,10 +2941,10 @@ bootstrap-lean : clean_s1 clean_s2 stage3_build bootstrap2: bootstrap -bootstrap2-lean : bootstrap_lean +bootstrap2-lean : bootstrap-lean bootstrap3 bootstrap3-lean: bootstrap - + bootstrap4 bootstrap4-lean: stage4_build unstage1 unstage2 unstage3 unstage4: |
