]> code.delx.au - gnu-emacs/commitdiff
(bootstrap): Fix dependencies for parallel build.
authorAndreas Schwab <schwab@suse.de>
Tue, 1 Nov 2005 20:44:42 +0000 (20:44 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 1 Nov 2005 20:44:42 +0000 (20:44 +0000)
(bootfast): Likewise.

Makefile.in

index 00941a9e69a396bf097fbf90d50435f9ab08bf9f..f629963046f07eed40146625215ed72f3537f3a9 100644 (file)
@@ -761,9 +761,11 @@ maybe_bootstrap:
          exit 1;\
        fi
 
-bootstrap: bootstrap-clean-before info bootstrap-build FRC
+bootstrap: bootstrap-clean-before FRC
+       $(MAKE) $(MFLAGS) info bootstrap-build
 
-bootfast: bootstrap-clean-before-fast info bootstrap-build FRC
+bootfast: bootstrap-clean-before-fast FRC
+       $(MAKE) $(MFLAGS) info bootstrap-build
 
 bootstrap-build: FRC
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)