1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(KOREAN): Remove ${srcdir}/quail/hangul3.elc.

(leim-list.el): Remove leim-list.el at first.
This commit is contained in:
Kenichi Handa 2008-06-03 05:00:28 +00:00
parent 8e6276cbbd
commit 04c6f67fe4
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,6 @@ CHINESE-BIG5=${TIT-BIG5} ${NON-TIT-BIG5}
JAPANESE=${srcdir}/quail/japanese.elc ${srcdir}/ja-dic/ja-dic.elc
KOREAN= ${srcdir}/quail/hangul.elc \
${srcdir}/quail/hangul3.elc \
${srcdir}/quail/hanja.elc \
${srcdir}/quail/hanja3.elc \
${srcdir}/quail/hanja-jis.elc \
@ -207,6 +206,7 @@ changed.misc: ${MISC-SOURCES}
echo "changed" > $@
leim-list.el: ${SUBDIRS} ${TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
rm -rf leim-list.el
${RUN-EMACS} -l ${buildlisppath}/international/quail \
-f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el}
if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \

View File

@ -80,7 +80,6 @@ CHINESE_BIG5=$(TIT_BIG5) $(NON_TIT_BIG5)
JAPANESE=$(srcdir)/quail/japanese.elc $(srcdir)/ja-dic/ja-dic.elc
KOREAN= $(srcdir)/quail/hangul.elc \
$(srcdir)/quail/hangul3.elc \
$(srcdir)/quail/hanja.elc \
$(srcdir)/quail/hanja3.elc \
$(srcdir)/quail/hanja-jis.elc \
@ -187,6 +186,7 @@ $(MISC_DIC):
# WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
# this can break with GNU Make 3.81 and later if sh.exe is used.
leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el
- $(DEL) leim-list.el
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
--eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
$(RUN_EMACS) --eval $(ARGQUOTE)(w32-append-code-lines $(DQUOTE)$@$(DQUOTE) $(DQUOTE)$(srcdir)/leim-ext.el$(DQUOTE))$(ARGQUOTE)