]> git.eshelyaron.com Git - emacs.git/commitdiff
(CURDIR): New define.
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:55:40 +0000 (14:55 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:55:40 +0000 (14:55 +0000)
nt/nmake.defs

index 4e3ead1b14d6fc3631eb24b7368efa597d91af8b..f979c9688f108c37f87e44f5540ea646b62a5c5f 100644 (file)
@@ -27,10 +27,12 @@ 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
-INSTALL_DIR     = $(MAKEDIR)/..
+INSTALL_DIR     = $(CURDIR)/..
 !endif
 
 # Allow detection of builds with MSVC 5 or later, so we can