aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/gmake.defs2
-rw-r--r--nt/nmake.defs5
2 files changed, 5 insertions, 2 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 96dd1f88ebf..927ce16c6bb 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -78,6 +78,8 @@ endif
78 78
79MAKETYPE=gmake 79MAKETYPE=gmake
80 80
81THISDIR = .
82
81# Cygwin has changed quoting rules somewhat since b20, in a way that 83# Cygwin has changed quoting rules somewhat since b20, in a way that
82# affects makefiles using sh as the command processor, so we need to 84# affects makefiles using sh as the command processor, so we need to
83# detect which rules to use. 85# detect which rules to use.
diff --git a/nt/nmake.defs b/nt/nmake.defs
index 27c1ca342a0..a60ce3e919c 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -24,13 +24,14 @@ SHELLTYPE=CMD
24 24
25MAKETYPE=nmake 25MAKETYPE=nmake
26 26
27CURDIR = $(MAKEDIR:\=/)
28THISDIR = $(MAKEDIR)
29
27ALL_DEPS = $** 30ALL_DEPS = $**
28 31
29SUBSYSTEM_WINDOWS=-subsystem:windows 32SUBSYSTEM_WINDOWS=-subsystem:windows
30SUBSYSTEM_CONSOLE=-subsystem:console 33SUBSYSTEM_CONSOLE=-subsystem:console
31 34
32CURDIR = $(MAKEDIR:\=/)
33
34# INSTALL_DIR is the directory into which emacs will be installed. 35# INSTALL_DIR is the directory into which emacs will be installed.
35# 36#
36!ifndef INSTALL_DIR 37!ifndef INSTALL_DIR