1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

Fix wording of a comment for the ${TIT} rule.

This commit is contained in:
Eli Zaretskii 2001-03-30 10:03:42 +00:00
parent 98384b7bf4
commit 0363438056

View 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 \