From 765eb9dbc6a51ddc846a01bff6a48bbcfb35f64d Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 18 Jul 2002 22:01:30 +0000 Subject: [PATCH] ICU-1891 Fixes for z/OS X-SVN-Rev: 9251 --- icu4c/source/config/mh-os390 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/icu4c/source/config/mh-os390 b/icu4c/source/config/mh-os390 index 33cf29aa928..1253d8f3fbe 100644 --- a/icu4c/source/config/mh-os390 +++ b/icu4c/source/config/mh-os390 @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2001, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-os390,v 1.42 2002/07/12 02:24:04 grhoten-oss Exp $ +## $Id: mh-os390,v 1.43 2002/07/18 22:01:30 grhoten-oss Exp $ ################################################################### # IMPORTANT NOTE # @@ -58,11 +58,9 @@ GEN_DEPS.cc= makedep COMPILE.c = $(CXX) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c COMPILE.cc = _CXX_CXXSUFFIX="cpp" $(CXX) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -LDFLAGS += -Wl,dll - # Commands to link -LINK.c= $(CC) $(CFLAGS) $(LDFLAGS) -LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) +LINK.c= $(CC) $(CFLAGS) -Wl,dll $(LDFLAGS) +LINK.cc= $(CXX) $(CXXFLAGS) -Wl,dll $(LDFLAGS) ## Commands for shared library (dll) SHLIB.c= $(LINK.c)