From: Glenn Morris Date: Sat, 2 Nov 2013 20:30:13 +0000 (-0700) Subject: * leim/Makefile.in (buildlisppath): Remove. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90d2a845ccfde9f25aa3fa67f27c60601e104ccd;p=emacs.git * leim/Makefile.in (buildlisppath): Remove. (RUN_EMACS): Use abs_srcdir directly. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 45a73f0be8c..e71017e8370 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2013-11-02 Glenn Morris + + * Makefile.in (buildlisppath): Remove. + (RUN_EMACS): Use abs_srcdir directly. + 2013-10-24 Glenn Morris * Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el) 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@