summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-02-05 15:45:55 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-02-05 15:45:55 +0000
commit28e4905b639ee72555caf9e815471e06bb84cb18 (patch)
treeeb3602bb37fb3eb4152625eac47e14bea15cb0a8 /Makefile.tpl
parentf63f8d5e1c99054d7a4b850d8ef052425f7501d2 (diff)
downloadbinutils-redhat-28e4905b639ee72555caf9e815471e06bb84cb18.tar.gz
* Makefile.tpl (stage_last): Define $r and $s before usingcgen-snapshot-20090301
$(RECURSE_FLAGS_TO_PASS). * Makefile.in: Regenerate
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f654fb3df5..acb349ff74 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