mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-19 15:50:25 +08:00
* tests/build-relink.test: link broken libhello.la with at least
one libtool object
This commit is contained in:
parent
0984f95203
commit
71a7972d32
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user