ICU-1028 Make it easier for os/390 to build

X-SVN-Rev: 6708
This commit is contained in:
George Rhoten 2001-11-09 18:09:54 +00:00
parent f53dc4a078
commit fbc84c8710

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2001, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-os390,v 1.29 2001/11/08 20:03:44 grhoten-oss Exp $
## $Id: mh-os390,v 1.30 2001/11/09 18:09:54 grhoten-oss Exp $
###################################################################
# IMPORTANT NOTE #
@ -59,6 +59,9 @@ SHLIB.cc= $(LINK.cc) -Wl,dll
## Compiler switch to embed a runtime search path
LD_RPATH= -I
## Environment variable to set a runtime search path
LDLIBRARYPATH_ENVVAR = LIBPATH
## Versioned target for a shared library.
FINAL_SO_TARGET = $(basename $(SO_TARGET)).$(SO_TARGET_VERSION).$(SO)
MIDDLE_SO_TARGET = $(basename $(SO_TARGET).$(SO))