Mercurial > emacs
changeset 74817:72b5e33cca58
(bootstrap): Make `all' explicitly in a recursive Make.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 22 Dec 2006 20:54:52 +0000 |
parents | 04ee903b7617 |
children | ed080f337853 |
files | nt/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.w32-in Fri Dec 22 20:41:35 2006 +0000 +++ b/nt/makefile.w32-in Fri Dec 22 20:54:52 2006 +0000 @@ -135,7 +135,8 @@ exit -1; \ fi -bootstrap: addsection bootstrap-$(MAKETYPE) all +bootstrap: addsection bootstrap-$(MAKETYPE) + $(MAKE) $(MFLAGS) $(XMFLAGS) all bootstrap-nmake: addsection cd ..\lisp