# HG changeset patch # User Andrew Innes # Date 976114914 0 # Node ID 1e1283190fbc60d5bc545ec1a043c924542c0858 # Parent 4828a262abb5a867c10de8a02667270617063ecc (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, relative to $(CURDIR). diff -r 4828a262abb5 -r 1e1283190fbc nt/gmake.defs --- a/nt/gmake.defs Wed Dec 06 14:55:40 2000 +0000 +++ b/nt/gmake.defs Wed Dec 06 15:01:54 2000 +0000 @@ -73,7 +73,7 @@ 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 @@ endif endif -MAKEDIR = $(CURDIR) ALL_DEPS = $^ EMPTY = SPACE = $(EMPTY) $(EMPTY) @@ -97,7 +96,7 @@ # 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.