mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue