diff nt/makefile.w32-in @ 55935:7d801d9fee5a

(bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings after a previous install followed by realclean.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Jun 2004 01:59:43 +0000
parents 61fda07994e4
children bb6720f21c54
line wrap: on
line diff
--- a/nt/makefile.w32-in	Sun Jun 06 01:28:17 2004 +0000
+++ b/nt/makefile.w32-in	Sun Jun 06 01:59:43 2004 +0000
@@ -139,7 +139,7 @@
 	$(MAKE) $(MFLAGS) bootstrap
 	$(MAKE) $(MFLAGS) bootstrap-clean
 	cd ..\lisp
-	$(MAKE) $(MFLAGS) bootstrap
+	$(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap
 	cd ..\lib-src
 	$(MAKE) $(MFLAGS) DOC
 	cd ..\nt