ICU-1558 install libs as +x on hpux

X-SVN-Rev: 9480
This commit is contained in:
Steven R. Loomis 2002-07-31 22:01:38 +00:00
parent 2c6ae59665
commit 2dd3cd8c7d

View File

@ -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