]> git.eshelyaron.com Git - emacs.git/commitdiff
(THISDIR): New definition.
authorAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:55:05 +0000 (16:55 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:55:05 +0000 (16:55 +0000)
nt/gmake.defs
nt/nmake.defs

index 96dd1f88ebf1ec62e788d61cbf9fedec797d426e..927ce16c6bbb3008afc06cdb069add4929367041 100644 (file)
@@ -78,6 +78,8 @@ endif
 
 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.
index 27c1ca342a04b8b924e00c3abf9161c7c0bc0de1..a60ce3e919c8c3070f9e60b872853b26884def1f 100644 (file)
@@ -24,13 +24,14 @@ SHELLTYPE=CMD
 
 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