summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-04-25 11:21:14 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-04-25 11:21:14 +0000
commit29e57c39b3087b622551c7684fb68a632ce7cee3 (patch)
treee14a91bd6e53181bc3517acbb42885e1cc250e4a
parentbe4f38213494cbbca0c78cc547adea016d7f6128 (diff)
downloadautomake-29e57c39b3087b622551c7684fb68a632ce7cee3.tar.gz
* lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly.
-rw-r--r--ChangeLog2
-rwxr-xr-xlib/depcomp6
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d060ae24..de258e92f 100644
--- 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>
diff --git a/lib/depcomp b/lib/depcomp
index f483744b8..25bdb1889 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.11
+scriptversion=2004-04-25.13
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
@@ -294,8 +294,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"