diff nt/makefile.w32-in @ 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 b28d17e7d21a
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