From 8f34b40cd5adecec46d5fd0ab094f5aee9f4884c Mon Sep 17 00:00:00 2001
From: Kenichi Handa <handa@m17n.org>
Date: Sat, 5 Jun 2004 02:20:52 +0000
Subject: [PATCH] (leim-list.el): Depends on leim-ext.el.   Appends the
 contents off leim-ext.el to leim-list.el.

---
 leim/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/leim/Makefile.in b/leim/Makefile.in
index ec4497c0497..63ba1f54ae2 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -192,7 +192,7 @@ changed.misc: ${MISC-SOURCES}
 	  -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
 	  echo "changed" > $@
 
-leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc
+leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.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 \
@@ -202,6 +202,7 @@ leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc
 	  ${RUN-EMACS} -l ${buildlisppath}/international/quail \
 	    --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
 	fi
+	sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
 
 install: all
 	if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
-- 
2.39.5