# HG changeset patch # User Eli Zaretskii # Date 1166820892 0 # Node ID 72b5e33cca587fb882ed8feebd50e4c99af13b2c # Parent 04ee903b7617f608d024b926a7669906f0e3a71f (bootstrap): Make `all' explicitly in a recursive Make. diff -r 04ee903b7617 -r 72b5e33cca58 nt/makefile.w32-in --- 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