(bootstrap): Fix dependencies for parallel build.

(bootfast): Likewise.
This commit is contained in:
Andreas Schwab 2005-11-01 20:44:42 +00:00
parent e5f64be229
commit cf7ec6c373

View 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)