2020-02-05 06:14:45 +08:00
|
|
|
diff --urN a/source/data/Makefile.in b/source/data/Makefile.in
|
2019-06-13 05:18:43 +08:00
|
|
|
--- a/source/data/Makefile.in
|
|
|
|
+++ b/source/data/Makefile.in
|
2020-02-05 06:14:45 +08:00
|
|
|
@@ -221,11 +221,12 @@
|
|
|
|
## Include the main build rules for data files
|
|
|
|
include $(top_builddir)/$(subdir)/rules.mk
|
|
|
|
|
|
|
|
+PKGDATA_LIST = $(TMP_DIR)/icudata.lst
|
|
|
|
|
|
|
|
ifeq ($(ENABLE_SO_VERSION_DATA),1)
|
|
|
|
ifeq ($(PKGDATA_MODE),dll)
|
|
|
|
SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res
|
|
|
|
-$(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc
|
|
|
|
+$(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc $(PKGDATA_LIST)
|
|
|
|
ifeq ($(MSYS_RC_MODE),1)
|
|
|
|
rc.exe -i$(srcdir)/../common -i$(top_builddir)/common -fo$@ $(CPPFLAGS) $<
|
|
|
|
else
|
|
|
|
@@ -234,7 +235,6 @@
|
2019-06-13 05:18:43 +08:00
|
|
|
endif
|
2020-02-05 06:14:45 +08:00
|
|
|
endif
|
|
|
|
|
|
|
|
-PKGDATA_LIST = $(TMP_DIR)/icudata.lst
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################
|