ICU-1891 Fixes for z/OS. Need to build the break iterators after the converters.
X-SVN-Rev: 9252
This commit is contained in:
parent
765eb9dbc6
commit
b152e7a0fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user