From 0363438056afe897ffae82875e575141aa19965e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Mar 2001 10:03:42 +0000 Subject: [PATCH] Fix wording of a comment for the ${TIT} rule. --- leim/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.2