diff options
| author | Eli Zaretskii | 2001-03-30 08:27:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-30 08:27:56 +0000 |
| commit | d3396dcb06fb24ce3a8be8c93fa48e31b2afd714 (patch) | |
| tree | c54b79f48f80e70bbdf0221c8bc495b6cfc5466b | |
| parent | a27b451eb729c01a87d6583a1c80fbe4510e43d4 (diff) | |
| download | emacs-d3396dcb06fb24ce3a8be8c93fa48e31b2afd714.tar.gz emacs-d3396dcb06fb24ce3a8be8c93fa48e31b2afd714.zip | |
(${TIT}): Fix whitespace.
| -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 \ |