Fix update-unicode make target
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 3 Apr 2025 07:15:59 +0000 (09:15 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 3 Apr 2025 07:20:25 +0000 (09:20 +0200)
The addition of SpecialCasing.txt by commit 286a365b9c2 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.)

src/common/unicode/Makefile

index f41c850c6457a3785bd155bab9261a9f3b2c6722..c150e403cda397b41d8022eaa226b713fc43964a 100644 (file)
@@ -36,7 +36,7 @@ CompositionExclusions.txt CaseFolding.txt DerivedCoreProperties.txt DerivedNorma
 unicode_version.h: generate-unicode_version.pl
    $(PERL) $< --version $(UNICODE_VERSION)
 
-unicode_case_table.h: generate-unicode_case_table.pl CaseFolding.txt UnicodeData.txt
+unicode_case_table.h: generate-unicode_case_table.pl CaseFolding.txt SpecialCasing.txt UnicodeData.txt
    $(PERL) $<
 
 unicode_category_table.h: generate-unicode_category_table.pl DerivedCoreProperties.txt PropList.txt UnicodeData.txt