automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: depcomp mode for icc


From: Alexandre Duret-Lutz
Subject: Re: FYI: depcomp mode for icc
Date: Tue, 11 Feb 2003 22:06:14 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

 adl> +icc) # Must come before tru64.

[...]

I added this comment right before checking the patch in.
Who'd think adding a comment can break things? Grrrr...

(depend.m4 parses depcomp for `*)' lines)

2003-02-11  Alexandre Duret-Lutz  <address@hidden>

        * lib/depcomp: Do not put comments on the `icc)' line.

Index: lib/depcomp
===================================================================
RCS file: /cvs/automake/automake/lib/depcomp,v
retrieving revision 1.35.2.3
diff -u -r1.35.2.3 depcomp
--- lib/depcomp 11 Feb 2003 18:21:12 -0000      1.35.2.3
+++ lib/depcomp 11 Feb 2003 21:02:00 -0000
@@ -206,7 +206,8 @@
   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


-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]