diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 20:54:52 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 20:54:52 +0000 |
commit | 55b5878dfec8f6529c0e37b9043e4d8b5feeb731 (patch) | |
tree | 244c03822cf472da34f9664bffa53ff25c81b578 /nt | |
parent | e313b518e8113c98fa88282073e215eb83afacb7 (diff) | |
download | emacs-55b5878dfec8f6529c0e37b9043e4d8b5feeb731.tar.gz |
(bootstrap): Make `all' explicitly in a recursive Make.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index a72e79146d2..ddbc0c0cab2 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -135,7 +135,8 @@ maybe-bootstrap-SH: doit exit -1; \
fi
-bootstrap: addsection bootstrap-$(MAKETYPE) all
+bootstrap: addsection bootstrap-$(MAKETYPE)
+ $(MAKE) $(MFLAGS) $(XMFLAGS) all
bootstrap-nmake: addsection
cd ..\lisp
|