mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-2962 Fix for make install on z/OS
X-SVN-Rev: 14358
This commit is contained in:
parent
6ae145c83d
commit
e24f4f5a94
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
## Copyright (c) 1999-2003, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-os390,v 1.57 2003/09/26 00:05:51 grhoten-oss Exp $
|
||||
## $Id: mh-os390,v 1.58 2004/01/16 23:12:11 grhoten-oss Exp $
|
||||
|
||||
###################################################################
|
||||
# IMPORTANT NOTE #
|
||||
|
@ -187,4 +187,7 @@ LIBUSTDIO= $(top_builddir)/extra/ustdio/libicuio$(ICULIBSUFFIX)$(SO_TARGET_VERSI
|
|||
%.$(SO): %$(SO_TARGET_VERSION).$(SO)
|
||||
$(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@
|
||||
|
||||
## Install libraries as executable
|
||||
INSTALL-L=$(INSTALL_PROGRAM)
|
||||
|
||||
## End 390-specific setup
|
Loading…
Add table
Reference in a new issue