diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-11-11 13:08:18 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-11-12 09:17:10 -0700 |
commit | 1a234f2b79fabe425b0df2ff182071f89486689a (patch) | |
tree | 3d48d255e547371f234e0b5de6cb642288da0575 /Cross | |
parent | 934233d2855a3a5988b252d605690d0f4845c609 (diff) | |
download | perl-1a234f2b79fabe425b0df2ff182071f89486689a.tar.gz |
Add new mktables generated files to makefiles
This step was omitted from commit
0765b2b82b120f4e57571368932aa4863aba62f6
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index bb6752f9d4..4e72adcf8a 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -334,6 +334,7 @@ addedbyconf = UU $(shextract) lib/lib.pm pstruct # Unicode data files generated by mktables unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \ lib/unicore/CombiningClass.pl lib/unicore/Name.pl \ + lib/unicore/UCD.pl lib/unicore/Name.pm \ lib/unicore/Heavy.pl lib/unicore/mktables.lst # Directories of Unicode data files generated by mktables |