]> git.eshelyaron.com Git - emacs.git/commitdiff
(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 15:01:54 +0000 (15:01 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 15:01:54 +0000 (15:01 +0000)
relative to $(CURDIR).

nt/gmake.defs

index 62de73924fa1ab2bc8a0b35bf05a282c660035d0..6589986ab2fb89f0937c82e2a7cf031be464eb4e 100644 (file)
@@ -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.