summaryrefslogtreecommitdiff
path: root/nt/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-12-22 20:54:52 +0000
committerEli Zaretskii <eliz@gnu.org>2006-12-22 20:54:52 +0000
commit55b5878dfec8f6529c0e37b9043e4d8b5feeb731 (patch)
tree244c03822cf472da34f9664bffa53ff25c81b578 /nt/makefile.w32-in
parente313b518e8113c98fa88282073e215eb83afacb7 (diff)
downloademacs-55b5878dfec8f6529c0e37b9043e4d8b5feeb731.tar.gz
(bootstrap): Make `all' explicitly in a recursive Make.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r--nt/makefile.w32-in3
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