diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-03-23 23:13:33 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-03-23 23:13:33 +0000 |
commit | 5595a2bd855cc9bdd52db434454cd755a73ca44c (patch) | |
tree | 2c82550c2053f89e917cd0a4a61807daec2d7430 | |
parent | fbce7685f2e7d7fc00e9e50114519bcf879978c2 (diff) | |
download | gcc-5595a2bd855cc9bdd52db434454cd755a73ca44c.zip gcc-5595a2bd855cc9bdd52db434454cd755a73ca44c.tar.gz gcc-5595a2bd855cc9bdd52db434454cd755a73ca44c.tar.bz2 |
Makefile.tpl (new-bootstrap): Fix typo.
2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl (new-bootstrap): Fix typo.
* Makefile.in: Regenerate.
From-SVN: r79878
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makefile.tpl | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org> + + * Makefile.tpl (new-bootstrap): Fix typo. + * Makefile.in: Regenerate. + 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Rearrange by moving recursive_targets rules diff --git a/Makefile.in b/Makefile.in index 68f43e6..fb1c48e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24131,7 +24131,7 @@ configure-stage3-gcc: all-stage2-gcc fi ; \ [ -d stage3-gcc ] || mkdir stage3-gcc; \ mv stage3-gcc gcc ; \ - mv stage1-gcc prev-gcc ; \ + mv stage2-gcc prev-gcc ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \ diff --git a/Makefile.tpl b/Makefile.tpl index 91fdae2..e4a048a 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1459,7 +1459,7 @@ configure-stage3-gcc: all-stage2-gcc fi ; \ [ -d stage3-gcc ] || mkdir stage3-gcc; \ mv stage3-gcc gcc ; \ - mv stage1-gcc prev-gcc ; \ + mv stage2-gcc prev-gcc ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \ |