diff options
| -rw-r--r-- | leim/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 66e50082fee..a42560059e2 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -167,8 +167,8 @@ ${TIT}: | |||
| 167 | ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ | 167 | ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ |
| 168 | --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC; fi | 168 | --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC; fi |
| 169 | if [ -f $@ ]; then true; else \ | 169 | if [ -f $@ ]; then true; else \ |
| 170 | ${RUN-EMACS} -l ${buildlisppath}/international/quail \ | 170 | ${RUN-EMACS} -l ${buildlisppath}/international/quail \ |
| 171 | -f batch-byte-compile ${TIT:.elc=.el}; fi | 171 | -f batch-byte-compile ${TIT:.elc=.el}; fi |
| 172 | 172 | ||
| 173 | leim-list.el: ${SUBDIRS} ${WORLD} | 173 | leim-list.el: ${SUBDIRS} ${WORLD} |
| 174 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ | 174 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ |