From ae28290f54385d02c190bbde392cf6ef680bd778 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 11 Feb 2003 21:06:38 +0000 Subject: [PATCH] * lib/depcomp: Do not put comments on the `icc)' line. --- ChangeLog | 2 ++ lib/depcomp | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8a91af04..dfec02c15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-02-11 Alexandre Duret-Lutz + * lib/depcomp: Do not put comments on the `icc)' line. + * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream versions. diff --git a/lib/depcomp b/lib/depcomp index c90ff925f..eb8f4e3cb 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -206,7 +206,8 @@ aix) rm -f "$tmpdepfile" ;; -icc) # Must come before tru64. +icc) + # Must come before tru64. # Intel's C compiler understands `-MD -MF file'. However # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c -- 2.47.2