diff options
| author | Eli Zaretskii | 2001-03-30 10:03:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-30 10:03:42 +0000 |
| commit | 0363438056afe897ffae82875e575141aa19965e (patch) | |
| tree | f7b8f7a2aab1f36cbcffbfec8db6d33b018dc890 | |
| parent | 98384b7bf472c67c09afe0fb55275c96ebd37605 (diff) | |
| download | emacs-0363438056afe897ffae82875e575141aa19965e.tar.gz emacs-0363438056afe897ffae82875e575141aa19965e.zip | |
Fix wording of a comment for the ${TIT} rule.
| -rw-r--r-- | leim/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index a42560059e2..3ae5ef86e71 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -160,7 +160,8 @@ ${SUBDIRS}: | |||
| 160 | 160 | ||
| 161 | # Rule to generate quail/*.el from CXTERM-DIC/*.tit. | 161 | # Rule to generate quail/*.el from CXTERM-DIC/*.tit. |
| 162 | # The "if [ -f $@ ]; then true; " part prevents parallel Make's | 162 | # The "if [ -f $@ ]; then true; " part prevents parallel Make's |
| 163 | # which don't honor .NOTPARALLEL, such as SGI's Make. | 163 | # which don't honor .NOTPARALLEL, such as SGI's Make, from running |
| 164 | # this rule many times, one each for every file it creates. | ||
| 164 | ${TIT}: | 165 | ${TIT}: |
| 165 | if [ -d quail ]; then true; else make quail; fi | 166 | if [ -d quail ]; then true; else make quail; fi |
| 166 | if [ -f $@ ]; then true; else \ | 167 | if [ -f $@ ]; then true; else \ |