From cf7ec6c373428dd13458481707ee2a902e83f5b2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 1 Nov 2005 20:44:42 +0000 Subject: [PATCH] (bootstrap): Fix dependencies for parallel build. (bootfast): Likewise. --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.39.2