summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2005-11-01 20:44:42 +0000
committerAndreas Schwab <schwab@suse.de>2005-11-01 20:44:42 +0000
commitf503f98ff56b72bdacdc5f7a1b9aa0732e4d4493 (patch)
treee62939aba80f37da912032800e891da9728ff785 /Makefile.in
parent275bb4f360fec484cc4cac08e7d8bcf819e880a2 (diff)
downloademacs-f503f98ff56b72bdacdc5f7a1b9aa0732e4d4493.tar.gz
(bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.
Diffstat (limited to 'Makefile.in')
-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:
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)