Mercurial > emacs
diff Makefile.in @ 66619:d3f9ffbaf324
(bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 01 Nov 2005 20:44:42 +0000 |
| parents | 9578bb750e29 |
| children | a40925b52cdc |
line wrap: on
line diff
--- a/Makefile.in Tue Nov 01 19:55:49 2005 +0000 +++ b/Makefile.in Tue Nov 01 20:44:42 2005 +0000 @@ -761,9 +761,11 @@ 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)
