# HG changeset patch # User Jim Blandy # Date 730468505 0 # Node ID 0fe3520eb87bc75cecb6688115a290b23cc33ac4 # Parent def7b9c649351b0654453a692fb59b52707836c0 * Makefile.in (lisppath): Don't include externallispdir in this. We're not sure whether we're even going to distribute the directory yet. diff -r def7b9c64935 -r 0fe3520eb87b Makefile.in --- 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