From 2ef6d153fc7fbc4ccbd691b190ecce6696b0b290 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 5 Feb 2009 15:45:54 +0000 Subject: * Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS). * Makefile.in: Regenerate --- Makefile.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index f654fb3df56..acb349ff742 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1468,6 +1468,8 @@ do-distclean: distclean-stage1 # Provide a GCC build when we're building target libraries. This does # not work as a dependency, just as the minimum necessary to avoid errors. stage_last: + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble # Same as unstage, but not phony and defaulting to stage1-start. We place -- cgit v1.2.1