aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-02-05 16:55:05 +0000
committerAndrew Innes2001-02-05 16:55:05 +0000
commit277277b7eb6c05a1cfb56071237fd6a7cc30169d (patch)
tree6ff055e061140ed275171e957d38cee35470bb93
parent7a58ab59f4d02fc738e7a02c9da5698f83e28a29 (diff)
downloademacs-277277b7eb6c05a1cfb56071237fd6a7cc30169d.tar.gz
emacs-277277b7eb6c05a1cfb56071237fd6a7cc30169d.zip
(THISDIR): New definition.
-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