summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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