From: Alexandre Oliva Date: Sun, 7 Mar 1999 23:45:22 +0000 (+0000) Subject: * tests/Makefile.am (TESTS): run hardcode before build-relink X-Git-Tag: release-1-2f~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90722e5776aeb31fa78d8246eaa0521d2ca7df7;p=thirdparty%2Flibtool.git * tests/Makefile.am (TESTS): run hardcode before build-relink trashes libhello.la * tests/hardcode.test (need_prefix): set to yes so that _inst is not removed --- diff --git a/ChangeLog b/ChangeLog index ec2f9718f..f4c4f82d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-03-07 Alexandre Oliva + * tests/Makefile.am (TESTS): run hardcode before build-relink + trashes libhello.la + * tests/hardcode.test (need_prefix): set to yes so that _inst is + not removed + * ltmain.in (compile_command): append finalize search path to compile search path diff --git a/tests/Makefile.am b/tests/Makefile.am index d173a2ee3..a9ce0f78e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,7 @@ TESTS = demo-static.test demo-make.test demo-exec.test \ cdemo-conf.test cdemo-make.test cdemo-exec.test \ demo-shared.test demo-make.test demo-exec.test \ demo-inst.test \ - build-relink.test hardcode.test \ + hardcode.test build-relink.test \ demo-unst.test \ mdemo-shared.test mdemo-make.test mdemo-exec.test \ mdemo-inst.test mdemo-unst.test \ diff --git a/tests/hardcode.test b/tests/hardcode.test index 703c4fe60..3e6c7670c 100755 --- a/tests/hardcode.test +++ b/tests/hardcode.test @@ -2,7 +2,7 @@ # hardcode.test - check to see what the system linker hardcodes # Test script header. -need_prefix=no +need_prefix=yes # otherwise it will be removed, and build-relink fails if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$srcdir" = "$0" && srcdir=.