diff options
author | Andreas Schwab <schwab@suse.de> | 2005-11-01 20:44:42 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2005-11-01 20:44:42 +0000 |
commit | cf7ec6c373428dd13458481707ee2a902e83f5b2 (patch) | |
tree | b686490fedea89879ce11a17242987126f706e2c /Makefile.in | |
parent | e5f64be22959318f9c585b5e273a9b3d995849ea (diff) | |
download | emacs-cf7ec6c373428dd13458481707ee2a902e83f5b2.tar.gz |
(bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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) |