changeset 1940:0fe3520eb87b

* Makefile.in (lisppath): Don't include externallispdir in this. We're not sure whether we're even going to distribute the directory yet.
author Jim Blandy <jimb@redhat.com>
date Tue, 23 Feb 1993 11:55:05 +0000
parents def7b9c64935
children 139fbc92c196
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Feb 23 11:49:39 1993 +0000
+++ b/Makefile.in	Tue Feb 23 11:55:05 1993 +0000
@@ -126,7 +126,7 @@
 # this, check to see if your purpose wouldn't better be served by
 # changing locallisppath.  This should be a colon-separated list of
 # directories.
-lisppath=${locallisppath}:${lispdir}:${externallispdir}
+lisppath=${locallisppath}:${lispdir}
 
 # Where Emacs will search for its elisp files while building.  This is
 # only used during the process of compiling Emacs, to help Emacs find