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
@ -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…
Reference in New Issue
Block a user