mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
Another missing $EXEEXT in the new testsuite.
* tests/runpath-in-lalib.at (Runpath in libtool library files): Add $EXEEXT overlooked in patch yesterday. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
535175c0c8
commit
3c4d63b15c
@ -1,3 +1,8 @@
|
||||
2008-11-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/runpath-in-lalib.at (Runpath in libtool library files):
|
||||
Add $EXEEXT overlooked in patch yesterday.
|
||||
|
||||
2008-11-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Fix expout and experr line ending issues.
|
||||
|
@ -56,7 +56,7 @@ AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o m$EXEEXT m.$OBJEXT libb.l
|
||||
[], [ignore], [ignore])
|
||||
AT_CHECK([$LIBTOOL --mode=install cp liba.la $libdir/liba.la], [], [ignore], [ignore])
|
||||
AT_CHECK([$LIBTOOL --mode=install cp libb.la $libdir/libb.la], [], [ignore], [ignore])
|
||||
AT_CHECK([$LIBTOOL --mode=install cp m $bindir/m], [], [ignore], [ignore])
|
||||
AT_CHECK([$LIBTOOL --mode=install cp m$EXEEXT $bindir/m$EXEEXT], [], [ignore], [ignore])
|
||||
|
||||
AT_CHECK([grep /foobar $libdir/liba.la], [], [ignore])
|
||||
AT_CHECK([grep /foobar $libdir/libb.la], [], [ignore])
|
||||
|
Loading…
Reference in New Issue
Block a user