(RUN_EMACS): Use abs_srcdir directly.
+2013-11-02 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (buildlisppath): Remove.
+ (RUN_EMACS): Use abs_srcdir directly.
+
2013-10-24 Glenn Morris <rgm@gnu.org>
* Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el)
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
EMACS = ../src/emacs
-buildlisppath=${abs_srcdir}/../lisp
-
# How to run Emacs.
-RUN_EMACS = EMACSLOADPATH="$(buildlisppath)" LC_ALL=C \
+RUN_EMACS = EMACSLOADPATH="${abs_srcdir}/../lisp" LC_ALL=C \
"${EMACS}" -batch --no-site-file --no-site-lisp
MKDIR_P = @MKDIR_P@