diff options
author | Karl Berry <karl@freefriends.org> | 2023-06-09 23:42:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-06-09 23:42:59 +0000 |
commit | dda707b60a2266b1bd88d0f69faf47d835636a4b (patch) | |
tree | 1d8b35016ca7ebb0552963349b723956768b50aa /Build/source/utils/autosp/autosp-src | |
parent | 8fbe646b74f0bc26687343a31d765183e8af0b46 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@67321 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/autosp/autosp-src')
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/depcomp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/autosp/autosp-src/depcomp b/Build/source/utils/autosp/autosp-src/depcomp index ce5c2f7bcb3..ecee3e78838 100755 --- a/Build/source/utils/autosp/autosp-src/depcomp +++ b/Build/source/utils/autosp/autosp-src/depcomp @@ -198,7 +198,7 @@ gcc3) gcc) ## Note that this doesn't just cater to obsolete pre-3.x GCC compilers. -## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## but also to in-use compilers like IBM xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: |