aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-12-06 15:01:54 +0000
committerAndrew Innes <[email protected]>2000-12-06 15:01:54 +0000
commit46f0206a5fa8df31bcf1929ac71551abead7422f (patch)
treed1b7ce26141d3058ffce7d95bc7396c2f6129038 /nt
parenta62e863522115c3bbfc7a200343e4704097e6ee0 (diff)
(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
relative to $(CURDIR).
Diffstat (limited to 'nt')
-rw-r--r--nt/gmake.defs5
1 files changed, 2 insertions, 3 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 62de73924f..6589986ab2 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -73,7 +73,7 @@ else
USING_SH = 1
THE_SHELL = $(SHELL)
SHELLTYPE=SH
-SETLOADPATH=EMACSLOADPATH=../lisp
+SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp
endif
# Cygwin has changed quoting rules somewhat since b20, in a way that
@@ -86,7 +86,6 @@ NEW_CYGWIN = 1
endif
endif
-MAKEDIR = $(CURDIR)
ALL_DEPS = $^
EMPTY =
SPACE = $(EMPTY) $(EMPTY)
@@ -97,7 +96,7 @@ SUBSYSTEM_CONSOLE=-Wl,-subsystem,console
# INSTALL_DIR is the directory into which emacs will be installed.
#
ifndef INSTALL_DIR
-INSTALL_DIR = $(MAKEDIR)/..
+INSTALL_DIR = $(CURDIR)/..
endif
# Determine the architecture we're running on.