Mercurial > emacs
changeset 34276:1e1283190fbc
(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
relative to $(CURDIR).
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 06 Dec 2000 15:01:54 +0000 |
parents | 4828a262abb5 |
children | a97360f46398 |
files | nt/gmake.defs |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.