]> git.eshelyaron.com Git - emacs.git/commitdiff
(${TIT}): Fix whitespace.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 08:27:56 +0000 (08:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 08:27:56 +0000 (08:27 +0000)
leim/Makefile.in

index 66e50082fee8579d67eb6a2110b98bbcbe291ce2..a42560059e2efee5030e855574d4c01a9cf98241 100644 (file)
@@ -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 \