changeset 35899:0158865560da

(THISDIR): New definition.
author Andrew Innes <andrewi@gnu.org>
date Mon, 05 Feb 2001 16:55:05 +0000
parents 03bf685e7a8d
children e2ad701b6278
files nt/gmake.defs nt/nmake.defs
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nt/gmake.defs	Mon Feb 05 15:48:00 2001 +0000
+++ b/nt/gmake.defs	Mon Feb 05 16:55:05 2001 +0000
@@ -78,6 +78,8 @@
 
 MAKETYPE=gmake
 
+THISDIR		= .
+
 # Cygwin has changed quoting rules somewhat since b20, in a way that
 # affects makefiles using sh as the command processor, so we need to
 # detect which rules to use.
--- a/nt/nmake.defs	Mon Feb 05 15:48:00 2001 +0000
+++ b/nt/nmake.defs	Mon Feb 05 16:55:05 2001 +0000
@@ -24,13 +24,14 @@
 
 MAKETYPE=nmake
 
+CURDIR		= $(MAKEDIR:\=/)
+THISDIR		= $(MAKEDIR)
+
 ALL_DEPS	= $**
 
 SUBSYSTEM_WINDOWS=-subsystem:windows
 SUBSYSTEM_CONSOLE=-subsystem:console
 
-CURDIR		= $(MAKEDIR:\=/)
-
 # INSTALL_DIR is the directory into which emacs will be installed.
 #
 !ifndef INSTALL_DIR