diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-02 13:30:13 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-02 13:30:13 -0700 |
commit | 90d2a845ccfde9f25aa3fa67f27c60601e104ccd (patch) | |
tree | 98c886a1db6c478e505a6ccdb39ee6ef04d73795 /leim/Makefile.in | |
parent | bd9565cdfbb06616a6601c7a00489906a9d1acaf (diff) | |
download | emacs-90d2a845ccfde9f25aa3fa67f27c60601e104ccd.tar.gz |
* leim/Makefile.in (buildlisppath): Remove.
(RUN_EMACS): Use abs_srcdir directly.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 4 |
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@ |