mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-1868 Fix for the stubdata usage. The .dat file is still required to be used.
X-SVN-Rev: 8781
This commit is contained in:
parent
5dbd4ef6da
commit
38e61a237e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
## Copyright (c) 1999-2001, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-os400,v 1.18 2002/05/29 16:47:28 grhoten-oss Exp $
|
||||
## $Id: mh-os400,v 1.19 2002/06/04 21:00:52 grhoten-oss Exp $
|
||||
|
||||
GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
|
||||
GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS)
|
||||
|
@ -51,7 +51,7 @@ INSTALL-S = cp -fph
|
|||
INSTALL-L = $(INSTALL-S)
|
||||
|
||||
## Link commands to link to ICU service programs
|
||||
LIBICUDT = $(top_builddir)/data/libicudata.o
|
||||
LIBICUDT = $(top_builddir)/stubdata/libicudata.o
|
||||
LIBICUUC = $(top_builddir)/common/libicuuc.o
|
||||
LIBICUI18N = $(top_builddir)/i18n/libicui18n.o
|
||||
LIBICULE = $(top_builddir)/layout/libicule.o
|
||||
|
|
Loading…
Add table
Reference in a new issue