Mercurial > emacs
changeset 37381:fa2805c46667
(SETLOADPATH): Remove definition.
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
environment.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 18 Apr 2001 14:06:55 +0000 |
parents | ecd2dd79dc32 |
children | 3e0214f03d95 |
files | nt/gmake.defs |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/gmake.defs Wed Apr 18 14:02:58 2001 +0000 +++ b/nt/gmake.defs Wed Apr 18 14:06:55 2001 +0000 @@ -74,7 +74,6 @@ USING_SH = 1 THE_SHELL = $(SHELL) SHELLTYPE=SH -SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp endif MAKETYPE=gmake @@ -104,6 +103,8 @@ INSTALL_DIR = $(CURDIR)/.. endif +export EMACSLOADPATH + # Determine the architecture we're running on. # Define ARCH for our purposes; # Define CPU for use by ntwin32.mak;