* Makefile.in (lisppath): Don't include externallispdir in this.

We're not sure whether we're even going to distribute the
	directory yet.
This commit is contained in:
Jim Blandy 1993-02-23 11:55:05 +00:00
parent 6d19f28ad1
commit ab8478d1f1

View file

@ -126,7 +126,7 @@ locallisppath=${datadir}/emacs/site-lisp
# 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