diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-29 01:48:06 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-29 01:48:06 +0000 |
| commit | bf4daba7eee9741194165236d5d426522465c7ed (patch) | |
| tree | ada1f58fbc6b659ee635803dbdc0c14696e8aae9 | |
| parent | 5c139a21fd0ec3a11bdb4151615a12b018b02c51 (diff) | |
| download | ppe42-gcc-bf4daba7eee9741194165236d5d426522465c7ed.tar.gz ppe42-gcc-bf4daba7eee9741194165236d5d426522465c7ed.zip | |
* Makefile.in (bootstrap2-lean): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39324 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 90f2f068517..97ddcf937c4 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 4dc4455f09d..d3116493a05 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: |

