diff options
| -rw-r--r-- | leim/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 4e067db3445..383c521504f 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -132,7 +132,7 @@ ${leimdir}/leim-list.el: ${TIT_MISC} ${srcdir}/leim-ext.el | |||
| 132 | rm -f $@ | 132 | rm -f $@ |
| 133 | ${RUN_EMACS} -l international/quail \ | 133 | ${RUN_EMACS} -l international/quail \ |
| 134 | --eval "(update-leim-list-file (unmsys--file-name \"${leimdir}\"))" | 134 | --eval "(update-leim-list-file (unmsys--file-name \"${leimdir}\"))" |
| 135 | sed -n -e '/^[^;]/p' -e 's/;inc/;/p' < ${srcdir}/leim-ext.el >> $@ | 135 | sed -n -e '/^[^;]/p' -e 's/^;\(;*\)inc /;\1 /p' < ${srcdir}/leim-ext.el >> $@ |
| 136 | 136 | ||
| 137 | ${leimdir}/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L | 137 | ${leimdir}/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L |
| 138 | @$(MKDIR_P) $(leimdir)/ja-dic | 138 | @$(MKDIR_P) $(leimdir)/ja-dic |