From 46f0206a5fa8df31bcf1929ac71551abead7422f Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Wed, 6 Dec 2000 15:01:54 +0000 Subject: [PATCH] (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, relative to $(CURDIR). --- nt/gmake.defs | 5 ++--- 1 file 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.