]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/Makefile.am (TESTS): run hardcode before build-relink
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 7 Mar 1999 23:45:22 +0000 (23:45 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 7 Mar 1999 23:45:22 +0000 (23:45 +0000)
trashes libhello.la
* tests/hardcode.test (need_prefix): set to yes so that _inst is
not removed

ChangeLog
tests/Makefile.am
tests/hardcode.test

index ec2f9718f3195fe3531599ba14539bbdda30abc0..f4c4f82d0b7bf4c8db2cca34771202c3a937d9e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-03-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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
 
index d173a2ee32793aa414f4c47334a36e3073527207..a9ce0f78e17956a838d38399b7def4cf3e6bd0c1 100644 (file)
@@ -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 \
index 703c4fe604cef5216654f4054b62b732f876f1e6..3e6c7670c3a2d43899a02817c44251759f6d1bde 100755 (executable)
@@ -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=.