mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1220 an even simpler way to call genrb (w/o -s)
X-SVN-Rev: 5875
This commit is contained in:
parent
fc8a233f9b
commit
2ad6b97130
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ install-resfiles: $(RESFILES)
|
|||
|
||||
$(RESDIR)/%.res: $(srcdir)/%.txt
|
||||
@$(MKINSTALLDIRS) $(RESDIR)
|
||||
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eutf-8 -d $(RESDIR) -s $(srcdir) $(notdir $^)
|
||||
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eutf-8 -d $(RESDIR) $^
|
||||
|
||||
ifneq ($(MAKECMDGOALS),distclean)
|
||||
-include $(DEPS)
|
||||
|
|
Loading…
Add table
Reference in a new issue