1999-03-08 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * tests/build-relink.test: hellT was renamed to lt-hell
+
* libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide the
command that creates the TOINST directory; remove `-o $@' from the
LINK command, $(LINK) already contains it.
fi
if test "$shlibpath_overrides_runpath" != yes; then
- rm $objdir/hellT || exit 1
- cp $objdir/hell $objdir/hellT || exit 1
+ rm -f $objdir/lt-hell || exit 1
+ cp $objdir/hell $objdir/lt-hell || exit 1
echo "running ../demo/hell with installed libhello.la"
if ./hell; then
echo "Worked, as expected"
echo "shlibpath_overrides_runpath should be set to yes"
status=1
fi
- rm -f $objdir/hellT
+ rm -f $objdir/lt-hell
fi
exit $status