summaryrefslogtreecommitdiff
path: root/tests/static.at
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-02-18 15:07:41 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-02-18 15:07:41 +0000
commit8cebf63060af9d36ea826d77fc6b90c7ff757afb (patch)
tree44558a2eea872a14f8663a8e3512a6696fff9500 /tests/static.at
parent42850eea474f0543f598b325aafef410a12fd547 (diff)
downloadlibtool-8cebf63060af9d36ea826d77fc6b90c7ff757afb.tar.gz
* tests/static.at: Use the right names for the broken libs.
Diffstat (limited to 'tests/static.at')
-rw-r--r--tests/static.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/static.at b/tests/static.at
index 2e0d1e79..4e050179 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -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
)