From 55b5878dfec8f6529c0e37b9043e4d8b5feeb731 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2006 20:54:52 +0000 Subject: [PATCH] (bootstrap): Make `all' explicitly in a recursive Make. --- nt/makefile.w32-in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2