ICU-3389 Fix for how the library is named
X-SVN-Rev: 14783
This commit is contained in:
parent
35c841b319
commit
b37e646814
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 2001-2004, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-cygwin,v 1.18 2004/03/26 18:07:35 grhoten-oss Exp $
|
||||
## $Id: mh-cygwin,v 1.19 2004/03/27 00:37:02 grhoten-oss Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
|
||||
@ -77,7 +77,7 @@ MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
|
||||
%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
|
||||
$(RM) $@ && cp $< $@
|
||||
%.$(SO): %$(SO_TARGET_VERSION).$(SO)
|
||||
$(RM) $@ && ln -s $< $@
|
||||
$(RM) $@ && ln -s ${<F} $@
|
||||
|
||||
## Bind internal references
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user