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:
parent
98384b7bf4
commit
0363438056
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user