mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-1896 A slightly better dynamic locale list creation
X-SVN-Rev: 8617
This commit is contained in:
parent
f369f93ec4
commit
067928eac0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ $(BUILDDIR)/res_index.txt: $(SRCLISTDEPS)
|
|||
echo "}" >> $@;
|
||||
|
||||
$(BUILDDIR)/%.res: $(INDEX_FILES) $(TOOLDIR)/genrb/genrb$(EXEEXT)
|
||||
ICU_DATA=$(BUILDDIR) $(INVOKE) $(TOOLDIR)/genrb/genrb -d $(BUILDDIR) $?
|
||||
ICU_DATA=$(BUILDDIR) $(INVOKE) $(TOOLDIR)/genrb/genrb -d $(BUILDDIR) $(INDEX_FILES)
|
||||
|
||||
################################################################### TYP
|
||||
# TYP FILES
|
||||
|
|
Loading…
Add table
Reference in a new issue