diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-04 00:49:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-04 00:49:31 +0000 |
commit | afae44b386a28d5cf0cad20b06c19b4b8650fc83 (patch) | |
tree | a3a16b71208b62cd00f9b9c1502157d1d993f329 /Build/source/utils/autosp/autosp-src | |
parent | b131194decd480ba932ad6d614699dee87ddeab6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/autosp/autosp-src')
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/depcomp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/autosp/autosp-src/depcomp b/Build/source/utils/autosp/autosp-src/depcomp index 75323b7392d..703eed2750d 100755 --- a/Build/source/utils/autosp/autosp-src/depcomp +++ b/Build/source/utils/autosp/autosp-src/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2018-03-07.03; # UTC +scriptversion=2022-09-18.14; # UTC # Copyright (C) 1999-2022 Free Software Foundation, Inc. @@ -197,7 +197,7 @@ gcc3) ;; gcc) -## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## 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. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's |