From f771021dbec6cb05d413c7698b812f18f9e84553 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 31 Aug 2001 20:24:05 +0000 Subject: [PATCH] ICU-1075 Data updates. Unix port X-SVN-Rev: 5663 --- icu4c/source/config/mh-hpux-cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-hpux-cc b/icu4c/source/config/mh-hpux-cc index 14ecf79b4c..2b6e9b52c8 100644 --- a/icu4c/source/config/mh-hpux-cc +++ b/icu4c/source/config/mh-hpux-cc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-cc,v 1.25 2000/10/20 01:17:33 srl Exp $ +## $Id: mh-hpux-cc,v 1.26 2001/08/31 20:24:05 grhoten-oss Exp $ ## This causes source/tools/pkgdata generated makefiles to create and link @@ -61,7 +61,8 @@ INSTALL-S = $(INSTALL_PROGRAM) INSTALL-L = $(INSTALL_DATA) ## Link commands to link to ICU libs -LIBICUUC= -L$(top_builddir)/common -l$(ICUPREFIX)uc +LIBICUDT= -L$(top_builddir)/data -L$(top_builddir)/stubdata -l$(ICUPREFIX)data +LIBICUUC= -L$(top_builddir)/common -l$(ICUPREFIX)uc $(LIBICUDT) LIBICUI18N= -L$(top_builddir)/i18n -l$(ICUPREFIX)i18n LIBCTESTFW= -L$(top_builddir)/tools/ctestfw -lctestfw LIBICUTOOLUTIL=-L$(top_builddir)/tools/toolutil -l$(ICUPREFIX)toolutil