You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
487 B
15 lines
487 B
1 year ago
|
https://bugs.gentoo.org/682170
|
||
|
|
||
|
--- a/source/data/Makefile.in
|
||
|
+++ b/source/data/Makefile.in
|
||
|
@@ -148,7 +148,8 @@
|
||
|
# and convert it to the current type.
|
||
|
ifneq ($(ICUDATA_ARCHIVE),)
|
||
|
ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat
|
||
|
-$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR)
|
||
|
+$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE)
|
||
|
+ $(MKINSTALLDIRS) $(OUTDIR)
|
||
|
$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE)
|
||
|
endif
|
||
|
else
|