From 38597fe72f312e944050d9f753e7ec43e2fc5adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20La=C3=BCgt?= Date: Mon, 23 Jun 2025 17:08:50 +0200 Subject: [PATCH] ICU-21294 Fix install with --with-data-packaging=files --- icu4c/source/data/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/icu4c/source/data/Makefile.in b/icu4c/source/data/Makefile.in index 266ad7aec033..8d01e4560713 100644 --- a/icu4c/source/data/Makefile.in +++ b/icu4c/source/data/Makefile.in @@ -220,6 +220,15 @@ endif PKGDATA_LIST = $(TMP_DIR)/icudata.lst +CURR_TREE=curr +LANG_TREE=lang +REGION_TREE=region +ZONE_TREE=zone +UNIT_TREE=unit +BREAK_TREE=brkitr +COLLATION_TREE=coll +RBNF_TREE=rbnf +TRANSLIT_TREE=translit ##################################################### # General data build rules