From 71a7972d32dcbadd4edf4cde8c45347503d2549d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 8 Mar 1999 17:06:43 +0000 Subject: [PATCH] * tests/build-relink.test: link broken libhello.la with at least one libtool object --- ChangeLog | 5 +++++ tests/build-relink.test | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9355ac858..703ca7bdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-03-08 Alexandre Oliva + + * tests/build-relink.test: link broken libhello.la with at least + one libtool object + 1999-03-08 Thomas Tanner * TODO: updated (libltdl build problem fixed) diff --git a/tests/build-relink.test b/tests/build-relink.test index 1d3a2ee17..989ef8e6b 100755 --- a/tests/build-relink.test +++ b/tests/build-relink.test @@ -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" -- 2.47.3