ICU-1220 The -eutf-8 option is annoying when ICU_DATA is not specified,

and the libicudata.so library does not exist when only memory mapped files are created.

X-SVN-Rev: 6611
This commit is contained in:
George Rhoten 2001-11-05 18:09:30 +00:00
parent 54bfea0c11
commit 0bbc1d8e0a

View File

@ -105,7 +105,7 @@ install-resfiles: $(RESFILES)
$(RESDIR)/%.res: $(srcdir)/%.txt
@$(MKINSTALLDIRS) $(RESDIR)
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eutf-8 -d $(RESDIR) $^
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eUTF-8 -d $(RESDIR) $^
# Don't do this. This is a problem when changing platforms.