]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/static.at: Use the right names for the broken libs.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Feb 2007 15:07:41 +0000 (15:07 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Feb 2007 15:07:41 +0000 (15:07 +0000)
ChangeLog
tests/static.at

index 3aa59cd5c2a857d02e509dc9bf5287238d67e805..582d779ff0404539fc32b876aea50541a4271626 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/static.at: Use the right names for the broken libs.
+
 2007-02-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/deplibs-ident.at [aix, hppa*-*-hpux*, interix, openbsd]:
index 2e0d1e793fa4862abcf9fd6f1d0d36fdcb2b7e5d..4e050179f72a409b91a19c19f985c014510973ef 100644 (file)
@@ -1,5 +1,5 @@
 # Hand crafted tests for GNU Libtool.                         -*- Autotest -*-
-# Copyright 2006 Free Software Foundation, Inc.
+# Copyright 2006, 2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -93,8 +93,8 @@ mkdir $srcdir_broken $libdir_broken
   echo 'int this_should_not_be_linked_against() { return 0; }' > a.c
   $LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -c a.c
   for i in 1 1dep 2 2dep 3 3dep; do
-    $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o lib$i.la a.lo -rpath $libdir_broken
-    $LIBTOOL --mode=install cp lib$i.la $libdir_broken/lib$i.la
+    $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba$i.la a.lo -rpath $libdir_broken
+    $LIBTOOL --mode=install cp liba$i.la $libdir_broken/liba$i.la
   done
 )