diff options
author | Karl Williamson <khw@cpan.org> | 2015-04-01 10:22:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-06-05 17:13:32 -0600 |
commit | b60dc4b9386ce275d5faf2eca64ac9ac44ff1988 (patch) | |
tree | 8949c637c734bbef4c4b4814b3b9242b98cc56e6 /regen/regcharclass.pl | |
parent | 08f253eef6cd5c4f1c67f7336b0ba302d2c66bb0 (diff) | |
download | perl-b60dc4b9386ce275d5faf2eca64ac9ac44ff1988.tar.gz |
regen/regcharclass.pl: Add dependencies
If either of these two scripts change, it could affect this script, so
things need to be regenerated.
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 0e12d8e2ee..9b989dffb7 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -1458,7 +1458,11 @@ EOF } else { # Some of the sources for these macros come from Unicode tables my $sources_list = "lib/unicore/mktables.lst"; - my @sources = ($0, qw(lib/unicore/mktables lib/Unicode/UCD.pm)); + my @sources = ($0, qw(lib/unicore/mktables + lib/Unicode/UCD.pm + regen/regcharclass_multi_char_folds.pl + regen/charset_translations.pl + )); { # Depend on mktables’ own sources. It’s a shorter list of files than # those that Unicode::UCD uses. |