From 395a1c7d156823fb385bd39f5bdc59ba246e1dac Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Tue, 15 Feb 2011 21:47:34 +0000 Subject: [PATCH] ICU-8348 Fix spacing issue in mh-hpux-acc which is causing error in icu-config X-SVN-Rev: 29436 --- icu4c/source/config/mh-hpux-acc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index ab9359654ed..35db53d47c0 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -1,6 +1,6 @@ ## -*-makefile-*- ## HP/UX-specific setup using aCC -## Copyright (c) 1999-2010, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files @@ -69,9 +69,9 @@ LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) ## HPUX PA-risc does not recognize -Bprotected_def aC++ option. ## Use linker option -Wl,-B,symbolic instead. ifeq ($(shell uname -m),ia64) - LD_SOOPTIONS= -Bprotected_def +LD_SOOPTIONS= -Bprotected_def else - LD_SOOPTIONS= -Wl,-B,symbolic +LD_SOOPTIONS= -Wl,-B,symbolic endif ## Commands to make a shared library