* lib/depcomp (tru64): Correctly compute `base'.
+2002-03-25 Angus Leeming <a.leeming@ic.ac.uk>
+
+ * lib/depcomp (tru64): Correctly compute `base'.
+
2002-03-21 Alexandre Duret-Lutz <duret_g@epita.fr>
* tests/pr211.test: s/requires/required/, otherwise the test fails
Andreas Schwab schwab@lamothe.informatik.uni-dortmund.de
Andrew Cagney cagney@tpgi.com.au
Andris Pavenis pavenis@lanet.lv
+Angus Leeming a.leeming@ic.ac.uk
Anthony Green green@cygnus.com
Arkadiusz Miskiewicz misiek@pld.ORG.PL
Assar Westerlund assar@sics.se
;;
tru64)
- # The Tru64 AIX compiler uses -MD to generate dependencies as a side
+ # The Tru64 compiler uses -MD to generate dependencies as a side
# effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
# dependencies in `foo.d' instead, so we check for that too.
# Subdirectories are respected.
- base=`echo "$object" | sed -e 's/\.o$/.d/' -e 's/\.lo$/.d/'`
+ base=`echo "$object" | sed -e 's/\.o$//' -e 's/\.lo$//'`
tmpdepfile1="$base.o.d"
tmpdepfile2="$base.d"
if test "$libtool" = yes; then