From: Andrew Innes Date: Wed, 18 Apr 2001 14:06:55 +0000 (+0000) Subject: (SETLOADPATH): Remove definition. X-Git-Tag: emacs-pretest-21.0.103~183 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37ec3479c7095e35e785a15efde07f8770265128;p=emacs.git (SETLOADPATH): Remove definition. (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the environment. --- 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;