summaryrefslogtreecommitdiff
path: root/leim/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r--leim/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index d0e77e2f0fb..35111ae0229 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -31,10 +31,8 @@ abs_srcdir=@abs_srcdir@
# 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@