diff options
-rw-r--r-- | src/common/unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/Makefile b/src/common/unicode/Makefile index f41c850c645..c150e403cda 100644 --- a/src/common/unicode/Makefile +++ b/src/common/unicode/Makefile @@ -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 |