changeset 37078:85d54366b2b1

Fix wording of a comment for the ${TIT} rule.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Mar 2001 10:03:42 +0000
parents 8b914cd4ae0c
children dc7cb733ffc7
files leim/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/leim/Makefile.in	Fri Mar 30 10:02:16 2001 +0000
+++ b/leim/Makefile.in	Fri Mar 30 10:03:42 2001 +0000
@@ -160,7 +160,8 @@
 
 # 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 \