]> sourceware.org Git - automake.git/commitdiff
* lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Apr 2004 11:21:03 +0000 (11:21 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Apr 2004 11:21:03 +0000 (11:21 +0000)
ChangeLog
lib/depcomp

index df21a0bc41190786ca4b2347734f0b89b4a8d1be..88d4f6434a71293b0764b248c7b2714f8cdbf676 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-04-25  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/depcomp (tru64): Clarify comments.  Thanks to Nicolas Joly.
+
        * doc/automake.texi (Headers): Revamp.
 
 2004-04-24  Alexandre Duret-Lutz  <adl@gnu.org>
index 7434cd8e6dca50fa634ba8864714774dcd191a03..b966ddd8c75c520c026991cfa29803d7ff03532b 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2004-04-24.12
+scriptversion=2004-04-25.14
 
 # Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
@@ -287,8 +287,8 @@ tru64)
    base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
 
    if test "$libtool" = yes; then
-      # Dependencies have been reported to be
-      # output in either .lo.d or .o.d.
+      # Dependencies are output in .lo.d with libtool 1.4.
+      # They are output in .o.d with libtool 1.5.
       tmpdepfile1="$dir.libs/$base.lo.d"
       tmpdepfile2="$dir.libs/$base.o.d"
       tmpdepfile3="$dir.libs/$base.d"
This page took 0.036569 seconds and 5 git commands to generate.