From 6b2bb522a97dd3a465596343aa83e2333474cbe1 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 30 Oct 2001 19:03:30 +0000 Subject: [PATCH] ICU-1028 Versioning support for os/390. Remove redundent defines. X-SVN-Rev: 6498 --- icu4c/source/common/Makefile.in | 3 --- icu4c/source/extra/ustdio/Makefile.in | 3 --- icu4c/source/i18n/Makefile.in | 3 --- icu4c/source/layout/Makefile.in | 3 --- icu4c/source/stubdata/Makefile.in | 3 --- icu4c/source/tools/ctestfw/Makefile.in | 3 --- icu4c/source/tools/toolutil/Makefile.in | 3 --- 7 files changed, 21 deletions(-) diff --git a/icu4c/source/common/Makefile.in b/icu4c/source/common/Makefile.in index 19c5613c1d8..ad0771fefd9 100644 --- a/icu4c/source/common/Makefile.in +++ b/icu4c/source/common/Makefile.in @@ -7,9 +7,6 @@ ## Makefile.in for ICU - icu.so ## Stephen F. Booth -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Install directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/icu4c/source/extra/ustdio/Makefile.in b/icu4c/source/extra/ustdio/Makefile.in index 3783d236878..539f9ac568f 100644 --- a/icu4c/source/extra/ustdio/Makefile.in +++ b/icu4c/source/extra/ustdio/Makefile.in @@ -7,9 +7,6 @@ ## Makefile.in for ICU - extra/ustdio/libustdio.so ## Stephen F. Booth -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Install directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/icu4c/source/i18n/Makefile.in b/icu4c/source/i18n/Makefile.in index b8dbb49fadb..46bb87d300f 100644 --- a/icu4c/source/i18n/Makefile.in +++ b/icu4c/source/i18n/Makefile.in @@ -7,9 +7,6 @@ ## Makefile.in for ICU - icui18n.so ## Stephen F. Booth -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Install directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/icu4c/source/layout/Makefile.in b/icu4c/source/layout/Makefile.in index f93da29f934..7717633d5b3 100644 --- a/icu4c/source/layout/Makefile.in +++ b/icu4c/source/layout/Makefile.in @@ -1,8 +1,5 @@ ## Makefile.in for ICU - layout -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Install directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/icu4c/source/stubdata/Makefile.in b/icu4c/source/stubdata/Makefile.in index 1bc13f9200a..5466e4dc6c7 100644 --- a/icu4c/source/stubdata/Makefile.in +++ b/icu4c/source/stubdata/Makefile.in @@ -7,9 +7,6 @@ ## Makefile.in for ICU extras ## Stephen F. Booth -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Install directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/icu4c/source/tools/ctestfw/Makefile.in b/icu4c/source/tools/ctestfw/Makefile.in index d32f5cec354..14661b71e71 100644 --- a/icu4c/source/tools/ctestfw/Makefile.in +++ b/icu4c/source/tools/ctestfw/Makefile.in @@ -3,9 +3,6 @@ ## others. All Rights Reserved. ## Stephen F. Booth -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Source directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/icu4c/source/tools/toolutil/Makefile.in b/icu4c/source/tools/toolutil/Makefile.in index 8507fd7f55d..95b8c6d4536 100644 --- a/icu4c/source/tools/toolutil/Makefile.in +++ b/icu4c/source/tools/toolutil/Makefile.in @@ -4,9 +4,6 @@ ## Makefile.in for ICU - tools/toolutil ## Steven R. Loomis -SO_TARGET_VERSION = @LIB_VERSION@ -SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@ - ## Source directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@