ICU-1220 an even simpler way to call genrb (w/o -s)

X-SVN-Rev: 5875
This commit is contained in:
Yves Arrouye 2001-09-21 19:57:29 +00:00
parent fc8a233f9b
commit 2ad6b97130

View File

@ -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)