ICU-3389 Fix for how the library is named
X-SVN-Rev: 14769
This commit is contained in:
parent
3854e7ced0
commit
5351dd3546
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 1999-2003, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-linux,v 1.33 2003/12/18 23:14:13 emader-oss Exp $
|
||||
## $Id: mh-linux,v 1.34 2004/03/26 08:04:52 grhoten-oss Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
|
||||
@ -23,7 +23,7 @@ LD_RPATH=
|
||||
LD_RPATH_PRE = -Wl,-rpath,
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -Wl,-soname -Wl,$(MIDDLE_SO_TARGET)
|
||||
LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
||||
|
||||
## Shared object suffix
|
||||
SO = so
|
||||
|
Loading…
Reference in New Issue
Block a user