X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=makedepend.SH;h=c1d880d32432bfc79085483d9b82f1e7b7ec1ae3;hb=1bb0a50fd869bf3d7f152d29ec8c8119703266a1;hp=b8581e9cd7675c3ba9e201f2fd16f761c0870da1;hpb=0fcc65bb90871a92ca233207ff84015dfc78f2a6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/makedepend.SH b/makedepend.SH index b8581e9..c1d880d 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -58,6 +58,11 @@ case $PERL_CONFIG_SH in ;; esac +# Avoid localized gcc messages +case "$ccname" in + gcc) LC_ALL=C ; export LC_ALL ;; +esac + # We need .. when we are in the x2p directory if we are using the # cppstdin wrapper script. # Put .. and . first so that we pick up the present cppstdin, not