summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-04-01 10:22:36 -0600
committerKarl Williamson <khw@cpan.org>2015-06-05 17:13:32 -0600
commitb60dc4b9386ce275d5faf2eca64ac9ac44ff1988 (patch)
tree8949c637c734bbef4c4b4814b3b9242b98cc56e6 /regen/regcharclass.pl
parent08f253eef6cd5c4f1c67f7336b0ba302d2c66bb0 (diff)
downloadperl-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-xregen/regcharclass.pl6
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.