summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-03-30 10:03:42 +0000
committerEli Zaretskii <eliz@gnu.org>2001-03-30 10:03:42 +0000
commit0363438056afe897ffae82875e575141aa19965e (patch)
treef7b8f7a2aab1f36cbcffbfec8db6d33b018dc890 /leim
parent98384b7bf472c67c09afe0fb55275c96ebd37605 (diff)
downloademacs-0363438056afe897ffae82875e575141aa19965e.tar.gz
Fix wording of a comment for the ${TIT} rule.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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 \