diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2004-06-06 02:00:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2004-06-06 02:00:18 +0000 |
commit | 73dfa0bf16d1e474b0071b71d409cdbf23a9987b (patch) | |
tree | e1fcc9438221fe8a09e6c0376ed25d2944e62e95 /nt/makefile.w32-in | |
parent | 133ef3d3775f6f25a3974fbb3a86277040f14c51 (diff) | |
download | emacs-73dfa0bf16d1e474b0071b71d409cdbf23a9987b.tar.gz |
(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.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r-- | nt/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 4f619b3f2e3..6363904108e 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -139,7 +139,7 @@ bootstrap-nmake: $(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
|