* tests/build-relink.test: link broken libhello.la with at least

one libtool object
This commit is contained in:
Alexandre Oliva 1999-03-08 17:06:43 +00:00 committed by Alexandre Oliva
parent 0984f95203
commit 71a7972d32
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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"