From: Alexandre Oliva Date: Mon, 8 Mar 1999 19:40:54 +0000 (+0000) Subject: * tests/build-relink.test: hellT was renamed to lt-hell X-Git-Tag: release-1-2f~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b997d2ad45d6401d8993c74d359ccf498f2a0a;p=thirdparty%2Flibtool.git * tests/build-relink.test: hellT was renamed to lt-hell --- diff --git a/ChangeLog b/ChangeLog index 23ce2fd88..1d9c444a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-03-08 Alexandre Oliva + * 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. diff --git a/tests/build-relink.test b/tests/build-relink.test index 989ef8e6b..84cfab7aa 100755 --- a/tests/build-relink.test +++ b/tests/build-relink.test @@ -79,8 +79,8 @@ else 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" @@ -88,7 +88,7 @@ if test "$shlibpath_overrides_runpath" != yes; then echo "shlibpath_overrides_runpath should be set to yes" status=1 fi - rm -f $objdir/hellT + rm -f $objdir/lt-hell fi exit $status