From 092fb18d7e4db36e8e92baef79a66e015d82c104 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 14 Jun 2004 22:53:54 +0000 Subject: [PATCH] ICU-3389 Use the right import library name X-SVN-Rev: 15873 --- icu4c/source/config/mh-os390 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/config/mh-os390 b/icu4c/source/config/mh-os390 index 730c86553ed..13fbec65c97 100644 --- a/icu4c/source/config/mh-os390 +++ b/icu4c/source/config/mh-os390 @@ -99,9 +99,9 @@ FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO) MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) ## Versioned import library names. -IMPORT_LIB = $(basename $(SO_TARGET))$(IMPORT_LIB_EXT) -MIDDLE_IMPORT_LIB = $(basename $(MIDDLE_SO_TARGET))$(IMPORT_LIB_EXT) -FINAL_IMPORT_LIB = $(basename $(FINAL_SO_TARGET))$(IMPORT_LIB_EXT) +IMPORT_LIB = $(basename $(notdir $(SO_TARGET)))$(IMPORT_LIB_EXT) +MIDDLE_IMPORT_LIB = $(basename $(notdir $(MIDDLE_SO_TARGET)))$(IMPORT_LIB_EXT) +FINAL_IMPORT_LIB = $(basename $(notdir $(FINAL_SO_TARGET)))$(IMPORT_LIB_EXT) ## Shared object suffix (switch to dll for shared library build) SO = dll