From: Andreas Schwab Date: Tue, 1 Nov 2005 20:44:42 +0000 (+0000) Subject: (bootstrap): Fix dependencies for parallel build. X-Git-Tag: emacs-pretest-22.0.90~6130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf7ec6c373428dd13458481707ee2a902e83f5b2;p=emacs.git (bootstrap): Fix dependencies for parallel build. (bootfast): Likewise. --- diff --git a/Makefile.in b/Makefile.in index 00941a9e69a..f629963046f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)