ICU-2962 Fix for make install on z/OS

X-SVN-Rev: 14358
This commit is contained in:
George Rhoten 2004-01-16 23:12:11 +00:00
parent 6ae145c83d
commit e24f4f5a94

View file

@ -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