1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

* leim/Makefile.in (buildlisppath): Remove.

(RUN_EMACS): Use abs_srcdir directly.
This commit is contained in:
Glenn Morris 2013-11-02 13:30:13 -07:00
parent bd9565cdfb
commit 90d2a845cc
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
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)

View file

@ -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@