mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
testsuite: add missing @LIBS@ in a link command line.
* tests/old-m4-iface.at (AC_WITH_LTDL): Use @LIBS@ when linking. Report by Patrice Fromy. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
740565c4fd
commit
d812c6326b
@ -1,5 +1,9 @@
|
||||
2009-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
testsuite: add missing @LIBS@ in a link command line.
|
||||
* tests/old-m4-iface.at (AC_WITH_LTDL): Use @LIBS@ when linking.
|
||||
Report by Patrice Fromy.
|
||||
|
||||
testsuite: cope when some installed libltdl.la has been removed.
|
||||
* tests/old-m4-iface.at (AC_WITH_LTDL): Pass --with-included-ltdl
|
||||
to configure, to ensure we do not accidentally link against a
|
||||
|
@ -143,7 +143,7 @@ module.la: module.lo
|
||||
$(LTLINK) module.lo -module -avoid-version -rpath /dev/null
|
||||
|
||||
ltdldemo@EXEEXT@: main.@OBJEXT@ module.la libltdl/libltdlc.la
|
||||
$(LTLINK) main.@OBJEXT@ -dlopen module.la @LIBLTDL@
|
||||
$(LTLINK) main.@OBJEXT@ -dlopen module.la @LIBLTDL@ @LIBS@
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .@OBJEXT@ .lo
|
||||
|
Loading…
x
Reference in New Issue
Block a user