From 5595a2bd855cc9bdd52db434454cd755a73ca44c Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 23 Mar 2004 23:13:33 +0000 Subject: Makefile.tpl (new-bootstrap): Fix typo. 2004-03-23 Nathanael Nerode * Makefile.tpl (new-bootstrap): Fix typo. * Makefile.in: Regenerate. From-SVN: r79878 --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') 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; \ -- cgit v1.1