]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/build-relink.test: link broken libhello.la with at least
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 8 Mar 1999 17:06:43 +0000 (17:06 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 8 Mar 1999 17:06:43 +0000 (17:06 +0000)
one libtool object

ChangeLog
tests/build-relink.test

index 9355ac8586f6ba5a485c82c32660dc2edde58e6e..703ca7bdca17cc8879276329b6e899eabbf32936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * tests/build-relink.test: link broken libhello.la with at least
+       one libtool object
+
 1999-03-08  Thomas Tanner  <tanner@gmx.de>
 
        * TODO: updated (libltdl build problem fixed)
index 1d3a2ee175e5ce25220af2bb2cdf36e89d384554..989ef8e6b83fed59871f7ae2fecbe1f5958df150 100755 (executable)
@@ -61,7 +61,7 @@ else
 fi
 
 echo "linking a broken ../demo/libhello.la"
-if $make libhello.la libhello_la_OBJECTS=; then
+if $make libhello.la libhello_la_OBJECTS=hello.lo; then
   :
 else
   echo "= Exiting: cannot link broken libhello.la"