diff options
| author | Glenn Morris | 2013-11-28 15:34:15 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-28 15:34:15 -0800 |
| commit | bb28366f4004f6be16000a23b277e27471b472b8 (patch) | |
| tree | 1eadec88e2565b9a1636d35abd75c3ef25e3c8ed | |
| parent | 42e510608fd1192226fc9737162905b4abc62167 (diff) | |
| download | emacs-bb28366f4004f6be16000a23b277e27471b472b8.tar.gz emacs-bb28366f4004f6be16000a23b277e27471b472b8.zip | |
Robustify previous leim/Makefile.in change
| -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 |