summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-02-23 11:55:05 +0000
committerJim Blandy <jimb@redhat.com>1993-02-23 11:55:05 +0000
commitab8478d1f137888bb76f78a683cc7fce121a6280 (patch)
treed8aafd5ab091205131a995d12f5725d68f8f48d9
parent6d19f28ad1e387810e635e434377f8016ab369b7 (diff)
downloademacs-ab8478d1f137888bb76f78a683cc7fce121a6280.tar.gz
emacs-ab8478d1f137888bb76f78a683cc7fce121a6280.tar.bz2
emacs-ab8478d1f137888bb76f78a683cc7fce121a6280.zip
* Makefile.in (lisppath): Don't include externallispdir in this.
We're not sure whether we're even going to distribute the directory yet.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 06b90c31e04..cf691326b68 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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