From: Richard M. Stallman Date: Fri, 27 Mar 1998 04:58:07 +0000 (+0000) Subject: (${TIT}): Fix shell conditional syntax. X-Git-Tag: emacs-20.3~1774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f45b7beb1c8acb07738993b4abe5e0878bd795e2;p=emacs.git (${TIT}): Fix shell conditional syntax. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index 1abc576e301..b2bb612f1cd 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -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 \