diff options
| author | Glenn Morris | 2012-04-09 16:34:05 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-09 16:34:05 -0400 |
| commit | e98e405ed50a82bf1223b47f7ef4be324e4cd66b (patch) | |
| tree | 43377db18925ba10b4e256ebf6e8a17526d68a7d | |
| parent | 54b0762cb7ca6b23de74096dd529f14ba3894a08 (diff) | |
| download | emacs-e98e405ed50a82bf1223b47f7ef4be324e4cd66b.tar.gz emacs-e98e405ed50a82bf1223b47f7ef4be324e4cd66b.zip | |
Small leim/Makefile.in simplification
* leim/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.
| -rw-r--r-- | leim/ChangeLog | 6 | ||||
| -rw-r--r-- | leim/Makefile.in | 7 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-04-09 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-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 | ||
| 96 | all: ${BUILT_EMACS} ${SUBDIRS} leim-list.el compile-main | 96 | all: ${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 $@ |