summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-03-23 23:13:33 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-03-23 23:13:33 +0000
commit5595a2bd855cc9bdd52db434454cd755a73ca44c (patch)
tree2c82550c2053f89e917cd0a4a61807daec2d7430 /Makefile.tpl
parentfbce7685f2e7d7fc00e9e50114519bcf879978c2 (diff)
downloadgcc-5595a2bd855cc9bdd52db434454cd755a73ca44c.tar.gz
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
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 91fdae2d285..e4a048a0f2b 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; \