diff options
| -rw-r--r-- | leim/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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} | |||
| 192 | -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \ | 192 | -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \ |
| 193 | echo "changed" > $@ | 193 | echo "changed" > $@ |
| 194 | 194 | ||
| 195 | leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc | 195 | leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el |
| 196 | ${RUN-EMACS} -l ${buildlisppath}/international/quail \ | 196 | ${RUN-EMACS} -l ${buildlisppath}/international/quail \ |
| 197 | -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el} | 197 | -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el} |
| 198 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ | 198 | 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 | |||
| 202 | ${RUN-EMACS} -l ${buildlisppath}/international/quail \ | 202 | ${RUN-EMACS} -l ${buildlisppath}/international/quail \ |
| 203 | --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \ | 203 | --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \ |
| 204 | fi | 204 | fi |
| 205 | sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@ | ||
| 205 | 206 | ||
| 206 | install: all | 207 | install: all |
| 207 | if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ | 208 | if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ |