aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2005-11-01 20:44:42 +0000
committerAndreas Schwab2005-11-01 20:44:42 +0000
commitcf7ec6c373428dd13458481707ee2a902e83f5b2 (patch)
treeb686490fedea89879ce11a17242987126f706e2c
parente5f64be22959318f9c585b5e273a9b3d995849ea (diff)
downloademacs-cf7ec6c373428dd13458481707ee2a902e83f5b2.tar.gz
emacs-cf7ec6c373428dd13458481707ee2a902e83f5b2.zip
(bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.
-rw-r--r--Makefile.in6
1 files 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:
761 exit 1;\ 761 exit 1;\
762 fi 762 fi
763 763
764bootstrap: bootstrap-clean-before info bootstrap-build FRC 764bootstrap: bootstrap-clean-before FRC
765 $(MAKE) $(MFLAGS) info bootstrap-build
765 766
766bootfast: bootstrap-clean-before-fast info bootstrap-build FRC 767bootfast: bootstrap-clean-before-fast FRC
768 $(MAKE) $(MFLAGS) info bootstrap-build
767 769
768bootstrap-build: FRC 770bootstrap-build: FRC
769 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare) 771 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)