mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-2487 fix problem with building the last .crs file
X-SVN-Rev: 15349
This commit is contained in:
parent
882c66bf58
commit
084b114a93
1 changed files with 1 additions and 2 deletions
|
@ -212,7 +212,6 @@ COLLATION_SOURCE=$(COLLATION_SOURCE) $(COLLATION_SOURCE_LOCAL)
|
|||
|
||||
COL_FILES = root.res $(COLLATION_ALIAS_SOURCE:.txt=.res) $(COLLATION_SOURCE:.txt=.res)
|
||||
COL_COL_FILES=$(COL_FILES:.res=.crs)
|
||||
|
||||
# Read list of transliterator resource bundle files
|
||||
!IF EXISTS("$(ICUSRCDATA)\$(ICUTRNS)\trnsfiles.mk")
|
||||
!INCLUDE "$(ICUSRCDATA)\$(ICUTRNS)\trnsfiles.mk"
|
||||
|
@ -295,7 +294,7 @@ $(CNV_FILES:.cnv =.cnv
|
|||
)
|
||||
$(ALL_RES:.res =.res
|
||||
)
|
||||
$(COL_FILES:.res =.crs
|
||||
$(COL_COL_FILES:.crs =.crs
|
||||
)
|
||||
res_index.crs
|
||||
$(BRK_FILES:.brk =.brk
|
||||
|
|
Loading…
Add table
Reference in a new issue