Fix typo in tpf library_names_spec setting.

* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf]
<library_names_spec>: Fix typo in variable name.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
DJ Delorie 2008-08-07 07:26:53 +02:00 committed by Ralf Wildenhues
parent 355091804c
commit 7a0ab75b49
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-07 DJ Delorie <dj@redhat.com>
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf]
<library_names_spec>: Fix typo in variable name.
2008-08-06 Steve Ellcey <sje@cup.hp.com>
Use -fPIC with GCC on HP-UX/ia64.

View File

@ -2660,7 +2660,7 @@ tpf*)
version_type=linux
need_lib_prefix=no
need_version=no
library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=no
hardcode_into_libs=yes