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:
George Rhoten 2002-06-04 21:00:52 +00:00
parent 5dbd4ef6da
commit 38e61a237e

View file

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