From b40139bdff3847512055fbb2926eb52ca671a949 Mon Sep 17 00:00:00 2001 From: John Emmons Date: Tue, 29 Aug 2006 15:57:43 +0000 Subject: [PATCH] ICU-5351 Filter out SHARED_OBJECT from icu-config X-SVN-Rev: 20177 --- icu4c/source/config/make2sh.sed | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/config/make2sh.sed b/icu4c/source/config/make2sh.sed index 92a9a83380f..b9cd370b257 100644 --- a/icu4c/source/config/make2sh.sed +++ b/icu4c/source/config/make2sh.sed @@ -1,6 +1,7 @@ -# Copyright (C) 1999-2004, International Business Machines Corporation and others. All Rights Reserved. +# Copyright (C) 1999-2006, International Business Machines Corporation and others. All Rights Reserved. s%^\([a-zA-Z\._-]*\)[ ]*+=%\1=$(\1) % s%^[A-Z]*_SO_TARG*%## &% +s%^SHARED_OBJECT.*%## &% s%^LD_SONAME.*%## &% s%$(\([^\)]*\))%${\1}%g s%^ %#M# %