From 2bdcad5bb87c974f0ffb7e1ae8d08dc01fb544ab Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 6 Sep 2001 01:06:36 +0000 Subject: [PATCH] ICU-1075 Data updates. X-SVN-Rev: 5700 --- icu4c/source/config/mh-bsd-gcc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/icu4c/source/config/mh-bsd-gcc b/icu4c/source/config/mh-bsd-gcc index 9bd34cdcddc..372a64eb99c 100644 --- a/icu4c/source/config/mh-bsd-gcc +++ b/icu4c/source/config/mh-bsd-gcc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-bsd-gcc,v 1.1 2000/10/18 19:02:06 yves Exp $ +## $Id: mh-bsd-gcc,v 1.2 2001/09/06 01:06:36 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -56,10 +56,11 @@ INSTALL-S = $(INSTALL_PROGRAM) INSTALL-L = $(INSTALL_DATA) ## Link commands to link to ICU libs -LIBICUUC= -L$(top_builddir)/common -l$(ICUPREFIX)uc -LIBICUI18N= -L$(top_builddir)/i18n -l$(ICUPREFIX)i18n -LIBCTESTFW= -L$(top_builddir)/tools/ctestfw -lctestfw -LIBICUTOOLUTIL=-L$(top_builddir)/tools/toolutil -l$(ICUPREFIX)toolutil +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 LIBUSTDIO= -L$(top_builddir)/extra/ustdio -lustdio ## Compilation rules