From: Eli Zaretskii Date: Fri, 30 Mar 2001 10:03:42 +0000 (+0000) Subject: Fix wording of a comment for the ${TIT} rule. X-Git-Tag: emacs-pretest-21.0.101~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0363438056afe897ffae82875e575141aa19965e;p=emacs.git Fix wording of a comment for the ${TIT} rule. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index a42560059e2..3ae5ef86e71 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -160,7 +160,8 @@ ${SUBDIRS}: # Rule to generate quail/*.el from CXTERM-DIC/*.tit. # The "if [ -f $@ ]; then true; " part prevents parallel Make's -# which don't honor .NOTPARALLEL, such as SGI's Make. +# which don't honor .NOTPARALLEL, such as SGI's Make, from running +# this rule many times, one each for every file it creates. ${TIT}: if [ -d quail ]; then true; else make quail; fi if [ -f $@ ]; then true; else \