diff options
Diffstat (limited to 'nt/makefile.w32-in')
-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
|