aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/ChangeLog6
-rw-r--r--leim/Makefile.in7
2 files changed, 7 insertions, 6 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 6d297670ad2..fecefbd14e5 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
12012-04-09 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (../src/emacs): Remove this rule, no longer relevant
4 since leim distributed with Emacs (eg lisp/ has no such rule).
5 (all): Remove $BUILT_EMACS dependence.
6
12012-04-09 Eli Zaretskii <eliz@gnu.org> 72012-04-09 Eli Zaretskii <eliz@gnu.org>
2 8
3 * quail/latin-ltx.el (latin-ltx--define-rules): Comment out 9 * quail/latin-ltx.el (latin-ltx--define-rules): Comment out
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 2f707f0f46d..bbae652b3e6 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -93,12 +93,7 @@ TIT_MISC=${CHINESE_TIT} ${MISC}
93 @echo Compiling $< 93 @echo Compiling $<
94 @${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $< 94 @${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $<
95 95
96all: ${BUILT_EMACS} ${SUBDIRS} leim-list.el compile-main 96all: ${SUBDIRS} leim-list.el compile-main
97
98# To ensure that we can run Emacs. This target is ignored (never
99# being hit) if a user changes default value of BUILT_EMACS.
100../src/emacs:
101 cd ../src; ${MAKE} ${MFLAGS} emacs
102 97
103${SUBDIRS}: 98${SUBDIRS}:
104 mkdir $@ 99 mkdir $@