1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(${TIT}): Fix shell conditional syntax.

This commit is contained in:
Richard M. Stallman 1998-03-27 04:58:07 +00:00
parent 3985f85d5d
commit f45b7beb1c

View 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 \