comparison Makefile.in @ 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 fb1b9a269763
children 9d213c299866
comparison
equal deleted inserted replaced
1939:def7b9c64935 1940:0fe3520eb87b
124 124
125 # Where Emacs will search to find its elisp files. Before changing 125 # Where Emacs will search to find its elisp files. Before changing
126 # this, check to see if your purpose wouldn't better be served by 126 # this, check to see if your purpose wouldn't better be served by
127 # changing locallisppath. This should be a colon-separated list of 127 # changing locallisppath. This should be a colon-separated list of
128 # directories. 128 # directories.
129 lisppath=${locallisppath}:${lispdir}:${externallispdir} 129 lisppath=${locallisppath}:${lispdir}
130 130
131 # Where Emacs will search for its elisp files while building. This is 131 # Where Emacs will search for its elisp files while building. This is
132 # only used during the process of compiling Emacs, to help Emacs find 132 # only used during the process of compiling Emacs, to help Emacs find
133 # its lisp files before they've been installed in their final 133 # its lisp files before they've been installed in their final
134 # location. It's usually identical to lisppath, except that the entry 134 # location. It's usually identical to lisppath, except that the entry