diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-12-06 15:01:54 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-12-06 15:01:54 +0000 |
commit | 46f0206a5fa8df31bcf1929ac71551abead7422f (patch) | |
tree | d1b7ce26141d3058ffce7d95bc7396c2f6129038 /nt | |
parent | a62e863522115c3bbfc7a200343e4704097e6ee0 (diff) | |
download | emacs-46f0206a5fa8df31bcf1929ac71551abead7422f.tar.gz |
(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
relative to $(CURDIR).
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gmake.defs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs index 62de73924fa..6589986ab2f 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. |