]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/depcomp: Do not put comments on the `icc)' line.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 11 Feb 2003 21:06:38 +0000 (21:06 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 11 Feb 2003 21:06:38 +0000 (21:06 +0000)
ChangeLog
lib/depcomp

index b8a91af04e83e2a6414cff01e184357b86cf2b3b..dfec02c1525bcb9af90544435bf4a6834396891c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-02-11  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/depcomp: Do not put comments on the `icc)' line.
+
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
        versions.
 
index c90ff925fc0e6f92bf7a26753a2615092a237706..eb8f4e3cbad9958a550952da9f3ed46a9f0338e2 100755 (executable)
@@ -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