From: Alexandre Duret-Lutz Date: Sun, 25 Apr 2004 11:21:03 +0000 (+0000) Subject: * lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly. X-Git-Tag: Release-1-8b~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e53d2520484b6e5fe32b5c4418ae86230e75d48;p=thirdparty%2Fautomake.git * lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly. --- diff --git a/ChangeLog b/ChangeLog index df21a0bc4..88d4f6434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-04-25 Alexandre Duret-Lutz + * lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly. + * doc/automake.texi (Headers): Revamp. 2004-04-24 Alexandre Duret-Lutz diff --git a/lib/depcomp b/lib/depcomp index 7434cd8e6..b966ddd8c 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -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"