# HG changeset patch # User Eli Zaretskii # Date 985946622 0 # Node ID 85d54366b2b1fdeeb932b928e21eca2a4b2e6abb # Parent 8b914cd4ae0c1ba71ddd51db5eb19674f8613a8f Fix wording of a comment for the ${TIT} rule. diff -r 8b914cd4ae0c -r 85d54366b2b1 leim/Makefile.in --- 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 \