From 03347d30703e07b870dcb5ba05fff6c5871de6fd Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 14:00:06 +0000 Subject: INTEGRATION: CWS obo19 (1.37.12); FILE MERGED 2007/11/26 14:40:13 obo 1.37.12.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger --- icu/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'icu') diff --git a/icu/makefile.mk b/icu/makefile.mk index 06a3a863cebf..138785091351 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.38 $ # -# last change: $Author: hr $ $Date: 2007-07-31 13:04:47 $ +# last change: $Author: obo $ $Date: 2008-01-04 15:00:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -77,8 +77,8 @@ icu_LDFLAGS+=-L$(SYSBASE)$/usr$/lib icu_LDFLAGS+=-Wl,-z,noexecstack .ENDIF -icu_CFLAGS+=-O $(ARCH_FLAGS) -icu_CXXFLAGS+=-O $(ARCH_FLAGS) +icu_CFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CFLAGS) +icu_CXXFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CFLAGS) # until someone introduces SOLARIS 64-bit builds .IF "$(OS)"=="SOLARIS" -- cgit