libtool: there is no need to relink DLLs on OS/2.

* build-aux/ltmain.in (func_mode_link) <*-os2*>: need_relink=no.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
KO Myung-Hun 2014-11-04 11:15:53 +00:00 committed by Gary V. Vaughan
parent 451ba23195
commit 284238b71f

View File

@ -6154,7 +6154,7 @@ func_mode_link ()
if test -n "$library_names" &&
{ test no = "$use_static_libs" || test -z "$old_library"; }; then
case $host in
*cygwin* | *mingw* | *cegcc*)
*cygwin* | *mingw* | *cegcc* | *os2*)
# No point in relinking DLLs because paths are not encoded
func_append notinst_deplibs " $lib"
need_relink=no