From: Eli Zaretskii Date: Fri, 30 Mar 2001 08:27:56 +0000 (+0000) Subject: (${TIT}): Fix whitespace. X-Git-Tag: emacs-pretest-21.0.101~106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3396dcb06fb24ce3a8be8c93fa48e31b2afd714;p=emacs.git (${TIT}): Fix whitespace. --- 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}: ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC; fi if [ -f $@ ]; then true; else \ - ${RUN-EMACS} -l ${buildlisppath}/international/quail \ - -f batch-byte-compile ${TIT:.elc=.el}; fi + ${RUN-EMACS} -l ${buildlisppath}/international/quail \ + -f batch-byte-compile ${TIT:.elc=.el}; fi leim-list.el: ${SUBDIRS} ${WORLD} if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \