From f6da76605bd1ef6247f1a2e197ab66ac0433b97a Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 19 Oct 2000 22:58:07 +0000 Subject: [PATCH] ICU-208 build on hpux X-SVN-Rev: 2737 --- 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 cade48559a5..a71c7a0b128 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-acc,v 1.20 2000/10/19 20:29:42 yves Exp $ +## $Id: mh-hpux-acc,v 1.21 2000/10/19 22:58:07 srl Exp $ ## Commands to generate dependency files GEN_DEPS.c= : @@ -32,7 +32,7 @@ LD_RPATH_PRE= LDLIBRARYPATH_ENVVAR = SHLIB_PATH ## Compiler switch to embed a library name -LD_SONAME = -Wl,+h -Wl,$(MIDDLE_SO_TARGET) +LD_SONAME = -Wl,+h,$(MIDDLE_SO_TARGET) ## Versioned target for a shared library. FINAL_SO_TARGET = $(basename $(SO_TARGET)).$(SO_TARGET_VERSION) @@ -88,6 +88,6 @@ LIBUSTDIO= -L$(top_builddir)/extra/ustdio -lustdio %.$(SO_TARGET_VERSION_MAJOR): %.$(SO_TARGET_VERSION) $(RM) $@ && ln -s $< $@ %.$(SO): %.$(SO_TARGET_VERSION_MAJOR) - $(RM) $@ && ln -s $*.$(SO).$(SO_TARGET_VERSION) $@ + $(RM) $@ && ln -s $*.$(SO_TARGET_VERSION) $@ ## End HP/UX-specific setup