changeset 21300:7662be098677

(${TIT}): Fix shell conditional syntax.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Mar 1998 04:58:07 +0000
parents 9293d783c708
children 129d706946d5
files leim/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/leim/Makefile.in	Fri Mar 27 04:56:51 1998 +0000
+++ b/leim/Makefile.in	Fri Mar 27 04:58:07 1998 +0000
@@ -135,7 +135,7 @@
 
 # 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 \