]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/build-relink.test: hellT was renamed to lt-hell
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 8 Mar 1999 19:40:54 +0000 (19:40 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 8 Mar 1999 19:40:54 +0000 (19:40 +0000)
ChangeLog
tests/build-relink.test

index 23ce2fd886754e617f2d3ea5826e76b2c93aa98e..1d9c444a56ff83d0d93d709b07424be67850b6c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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.
index 989ef8e6b83fed59871f7ae2fecbe1f5958df150..84cfab7aa4fcef7b1bc85f9ec709748c280fb0a4 100755 (executable)
@@ -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