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:
parent
bd9565cdfb
commit
90d2a845cc
2 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue