Skip to content

Commit 34f04aa

Browse files
committed
Fix update-unicode make target
The addition of SpecialCasing.txt by commit 286a365 was not added to the make target dependencies, so the invoked script would fail because the required file wasn't downloaded first. (The meson version appears to work correctly.)
1 parent 4868c96 commit 34f04aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/unicode/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CompositionExclusions.txt CaseFolding.txt DerivedCoreProperties.txt DerivedNorma
3636
unicode_version.h: generate-unicode_version.pl
3737
$(PERL) $< --version $(UNICODE_VERSION)
3838

39-
unicode_case_table.h: generate-unicode_case_table.pl CaseFolding.txt UnicodeData.txt
39+
unicode_case_table.h: generate-unicode_case_table.pl CaseFolding.txt SpecialCasing.txt UnicodeData.txt
4040
$(PERL) $<
4141

4242
unicode_category_table.h: generate-unicode_category_table.pl DerivedCoreProperties.txt PropList.txt UnicodeData.txt

0 commit comments

Comments
 (0)