aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2001-04-18 14:06:55 +0000
committerAndrew Innes <[email protected]>2001-04-18 14:06:55 +0000
commit37ec3479c7095e35e785a15efde07f8770265128 (patch)
treeb68817c4366fa9d3a4c5958ef7ccaa92f2e5aa6c /nt
parentedc5c81de4ae25b3730bb24c3926634e8eea3735 (diff)
(SETLOADPATH): Remove definition.
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the environment.
Diffstat (limited to 'nt')
-rw-r--r--nt/gmake.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 32b4dc7e0f..f64f4c1ad2 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -74,7 +74,6 @@ else
USING_SH = 1
THE_SHELL = $(SHELL)
SHELLTYPE=SH
-SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp
endif
MAKETYPE=gmake
@@ -104,6 +103,8 @@ ifndef INSTALL_DIR
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;