diff options
Diffstat (limited to 'Build/source/build-aux/depcomp')
-rwxr-xr-x | Build/source/build-aux/depcomp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp index 2f1d24a2aaa..4ade066242f 100755 --- a/Build/source/build-aux/depcomp +++ b/Build/source/build-aux/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2023-11-23.18; # UTC +scriptversion=2024-06-07.03; # UTC # Copyright (C) 1999-2024 Free Software Foundation, Inc. @@ -129,7 +129,7 @@ tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" -# Avoid interferences from the environment. +# Avoid interference from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We |