]> git.eshelyaron.com Git - emacs.git/commitdiff
(${TIT}): Fix shell conditional syntax.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Mar 1998 04:58:07 +0000 (04:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Mar 1998 04:58:07 +0000 (04:58 +0000)
leim/Makefile.in

index 1abc576e30177eaf1ad89713f26b47c19178e64f..b2bb612f1cd181dd580adc58c3f68fae4ec957fa 100644 (file)
@@ -135,7 +135,7 @@ ${SUBDIRS}:
 
 # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
 ${TIT}:
-       [ -d quail ] || mkdir quail
+       if [ -d quail ]; then true; else make quail; fi
        ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
            --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC
        ${RUN-EMACS}  -l ${buildlisppath}/international/quail \