* Makefile.tpl (stage_last): Define $r and $s before using
[deliverable/binutils-gdb.git] / Makefile.in
index 2df155e1920e7c26e14675f24c3d302f6e1b80cc..3ca3f26d774816bb7ed02f690f51663fca09e175 100644 (file)
@@ -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
This page took 0.035336 seconds and 4 git commands to generate.