diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-05 15:29:52 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-05 15:29:52 +0000 |
commit | be9d4db86975f4c7fd438ec55fbf684b09f62199 (patch) | |
tree | 3728c548eaa3f5f6a2d00a893f99576f5b032396 /Makefile.in | |
parent | 3d8ee99c9c5c7ee212d13c53089440fbeb774a5a (diff) | |
download | gcc-be9d4db86975f4c7fd438ec55fbf684b09f62199.tar.gz |
* Makefile.tpl (stage_last): Define $r and $s before using
$(RECURSE_FLAGS_TO_PASS).
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143967 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2df155e1920..3ca3f26d774 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54861,6 +54861,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 |