2005-10-05 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / Makefile.tpl
index 889552d6e95ecf6ca3d8d428444a3c0fddb69762..8c19bbfaab502be3b6aa402b8c406f6c7668f98d 100644 (file)
@@ -709,6 +709,11 @@ all:
        fi
 @endif gcc-bootstrap
        @$(unstage)
+@if gcc-no-bootstrap
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-prebootstrap
+@endif gcc-no-bootstrap
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        if [ -f stage_last ]; then \
This page took 0.034354 seconds and 4 git commands to generate.