From bf0b7aa9d9ca7b6cbe292998ec7615b166da73c6 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Tue, 19 Mar 2002 18:00:31 +0000 Subject: [PATCH] ICU-1220 use the bundles in the bundles subdirectory. X-SVN-Rev: 8119 --- icu4c/source/extra/uconv/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/extra/uconv/Makefile.in b/icu4c/source/extra/uconv/Makefile.in index 63efd38f9d..adfc206e3c 100644 --- a/icu4c/source/extra/uconv/Makefile.in +++ b/icu4c/source/extra/uconv/Makefile.in @@ -102,7 +102,7 @@ clean-local: resclean resclean: -$(INVOKE) $(top_builddir)/tools/pkgdata/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst - $(RMV) $(RESDIR) + $(RMV) pkgdata.inc $(RESDIR) distclean-local: clean-local $(RMV) Makefile $(DEPS) @@ -145,8 +145,8 @@ install-resfiles: $(RESFILES) endif $(RESDIR)/%.res: $(srcdir)/%.txt - @$(MKINSTALLDIRS) $(RESDIR) - $(INVOKE) $(top_builddir)/tools/genrb/genrb -eUTF-8 -d $(RESDIR) $^ + $(MKINSTALLDIRS) $(@D) + $(INVOKE) $(top_builddir)/tools/genrb/genrb -eUTF-8 -s $(^D) -d $(@D) $(^F) install-man: $(ALL_MAN_FILES) $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)