Hi,
When compiling with IRIX's CC (depmode=sgi), the libtool=yes option will
cause a lot of warning messages on the .deps/*.TPlo files (cannot open).
With libtool=no there are no problems (obviously, the other case in this
test works for CC):
sgi)
if test "$libtool" = yes; then
"$@" "-Wc,-MDupdate,$tmpdepfile"
else
"$@" -MDupdate "$tmpdepfile"
fi
Where should a fix for this go? An additional test inside the depcomp
script?
Lars J
