From 2dd3cd8c7d9203adf48f69c907d7a885dcf2b425 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 31 Jul 2002 22:01:38 +0000 Subject: [PATCH] ICU-1558 install libs as +x on hpux X-SVN-Rev: 9480 --- icu4c/source/config/mh-hpux-acc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index 7bb4e48295..a89759a027 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2002, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-acc,v 1.30 2002/07/29 23:33:12 grhoten-oss Exp $ +## $Id: mh-hpux-acc,v 1.31 2002/07/31 22:01:38 srl Exp $ ## Commands to generate dependency files GEN_DEPS.c= : @@ -84,4 +84,7 @@ STATIC_O = o %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) $(RM) $@ && ln -s $*.$(SO).$(SO_TARGET_VERSION) $@ +## Install libraries as executable +INSTALL-L=$(INSTALL_PROGRAM) + ## End HP/UX-specific setup