Mercurial > emacs
changeset 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 | efa4981f3d7e |
children | 9e8fa8e4115c |
files | Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
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)