From 2ad6b97130410cb76f22492eb975ebc76432b956 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Fri, 21 Sep 2001 19:57:29 +0000 Subject: [PATCH] ICU-1220 an even simpler way to call genrb (w/o -s) X-SVN-Rev: 5875 --- icu4c/source/extra/uconv/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/extra/uconv/Makefile.in b/icu4c/source/extra/uconv/Makefile.in index 68b76d7167..1a17dedd00 100644 --- a/icu4c/source/extra/uconv/Makefile.in +++ b/icu4c/source/extra/uconv/Makefile.in @@ -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)