X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.in;h=3ca3f26d774816bb7ed02f690f51663fca09e175;hb=314b2e66793e9a59676f72ce191bcc2937c2e695;hp=2df155e1920e7c26e14675f24c3d302f6e1b80cc;hpb=aacd552b10c8e999e2181350cad7dd2e1c25f0d4;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.in b/Makefile.in index 2df155e192..3ca3f26d77 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