diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-01-29 01:48:06 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-01-29 01:48:06 +0000 |
commit | 4f92461a87f8ef9ec018b3f2eb9351106f2f8bf4 (patch) | |
tree | ada1f58fbc6b659ee635803dbdc0c14696e8aae9 /gcc | |
parent | 4870f47246a4048c5514a97cc35e14389568c470 (diff) | |
download | gcc-4f92461a87f8ef9ec018b3f2eb9351106f2f8bf4.zip gcc-4f92461a87f8ef9ec018b3f2eb9351106f2f8bf4.tar.gz gcc-4f92461a87f8ef9ec018b3f2eb9351106f2f8bf4.tar.bz2 |
* Makefile.in (bootstrap2-lean): Fix typo.
From-SVN: r39324
Diffstat (limited to 'gcc')
-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: |