aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
Diffstat (limited to 'leim')
-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 6d297670ad..fecefbd14e 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-09 Glenn Morris <[email protected]>
+
+ * Makefile.in (../src/emacs): Remove this rule, no longer relevant
+ since leim distributed with Emacs (eg lisp/ has no such rule).
+ (all): Remove $BUILT_EMACS dependence.
+
2012-04-09 Eli Zaretskii <[email protected]>
* quail/latin-ltx.el (latin-ltx--define-rules): Comment out
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 2f707f0f46..bbae652b3e 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -93,12 +93,7 @@ TIT_MISC=${CHINESE_TIT} ${MISC}
@echo Compiling $<
@${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $<
-all: ${BUILT_EMACS} ${SUBDIRS} leim-list.el compile-main
-
-# To ensure that we can run Emacs. This target is ignored (never
-# being hit) if a user changes default value of BUILT_EMACS.
-../src/emacs:
- cd ../src; ${MAKE} ${MFLAGS} emacs
+all: ${SUBDIRS} leim-list.el compile-main
${SUBDIRS}:
mkdir $@