Commit 1a0bd5ddb826b7f757d5549b3198ab6518f6b276

Alexandre Duret-Lutz 2004-05-31T21:44:57

* lib/depcomp (tru64) [libtool]: Use $dir$base.o.d instead of $dir.libs/$base.o.d. Libtool 1.5 causes both to be output, and we will clean the second automatically during distclean. Using the latter and leaving the former as we did before cause "files left in build directory" failures during distcheck. Suggested by Nicolas Joly.