summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-04-18 14:06:55 +0000
committerAndrew Innes <andrewi@gnu.org>2001-04-18 14:06:55 +0000
commit677bce3d65aa06ad7e3f04a40060d546647afce3 (patch)
treec75a0d1df0c7ed3b2df40f671c6f2d187671643f /nt
parented53674c85809b80621de586af264a750bc162d0 (diff)
downloademacs-677bce3d65aa06ad7e3f04a40060d546647afce3.tar.gz
(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 32b4dc7e0f8..f64f4c1ad25 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;