ICU-1891 Fixes for z/OS. Need to build the break iterators after the converters.

X-SVN-Rev: 9252
This commit is contained in:
George Rhoten 2002-07-18 22:01:55 +00:00
parent 765eb9dbc6
commit b152e7a0fe

View File

@ -158,7 +158,7 @@ INDEX_FILES=$(BUILDDIR)/res_index.txt
INDEX_RES_FILES=$(INDEX_FILES:$(BUILDDIR)/%.txt=$(BUILDDIR)/$(ICUDT)%.res)
## All generated files
ALL_FILES = $(DAT_FILES) $(BRK_FILES) $(CNV_FILES) $(RES_FILES) $(INDEX_RES_FILES)
ALL_FILES = $(DAT_FILES) $(CNV_FILES) $(BRK_FILES) $(RES_FILES) $(INDEX_RES_FILES)
#####################################################
# General data build rules