ICU-1220 work around jitterbug 1228.

X-SVN-Rev: 5871
This commit is contained in:
Yves Arrouye 2001-09-21 18:46:09 +00:00
parent 390cdfbf0a
commit b125e0d945

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 . $^
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eutf-8 -d $(RESDIR) -s $(srcdir) $(notdir $^)
ifneq ($(MAKECMDGOALS),distclean)
-include $(DEPS)