aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorGlenn Morris2013-11-02 13:30:13 -0700
committerGlenn Morris2013-11-02 13:30:13 -0700
commit90d2a845ccfde9f25aa3fa67f27c60601e104ccd (patch)
tree98c886a1db6c478e505a6ccdb39ee6ef04d73795 /leim
parentbd9565cdfbb06616a6601c7a00489906a9d1acaf (diff)
downloademacs-90d2a845ccfde9f25aa3fa67f27c60601e104ccd.tar.gz
emacs-90d2a845ccfde9f25aa3fa67f27c60601e104ccd.zip
* leim/Makefile.in (buildlisppath): Remove.
(RUN_EMACS): Use abs_srcdir directly.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 45a73f0be8c..e71017e8370 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
12013-11-02 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (buildlisppath): Remove.
4 (RUN_EMACS): Use abs_srcdir directly.
5
12013-10-24 Glenn Morris <rgm@gnu.org> 62013-10-24 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el) 8 * 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@
31# byte-compile Emacs Lisp files, and generate the file leim-list.el. 31# byte-compile Emacs Lisp files, and generate the file leim-list.el.
32EMACS = ../src/emacs 32EMACS = ../src/emacs
33 33
34buildlisppath=${abs_srcdir}/../lisp
35
36# How to run Emacs. 34# How to run Emacs.
37RUN_EMACS = EMACSLOADPATH="$(buildlisppath)" LC_ALL=C \ 35RUN_EMACS = EMACSLOADPATH="${abs_srcdir}/../lisp" LC_ALL=C \
38 "${EMACS}" -batch --no-site-file --no-site-lisp 36 "${EMACS}" -batch --no-site-file --no-site-lisp
39 37
40MKDIR_P = @MKDIR_P@ 38MKDIR_P = @MKDIR_P@