]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix wording of a comment for the ${TIT} rule.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 10:03:42 +0000 (10:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 10:03:42 +0000 (10:03 +0000)
leim/Makefile.in

index a42560059e2efee5030e855574d4c01a9cf98241..3ae5ef86e7140d59df42901a9e0ccd7929009e02 100644 (file)
@@ -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 \