summaryrefslogtreecommitdiff
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
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.
-rw-r--r--regcharclass.h4
-rwxr-xr-xregen/regcharclass.pl6
2 files changed, 8 insertions, 2 deletions
diff --git a/regcharclass.h b/regcharclass.h
index a93b66460b..2e3d879f52 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -2516,5 +2516,7 @@
* c2cb810a67cc5fb4a8d236b6c1bc6dd4d89733d8603881997e8aae2c816a3db1 lib/unicore/extracted/DNumValues.txt
* 23509f3190e5de421bea70bc351fe6f853b750bf418d62d967331ee3ba11a1ec lib/unicore/mktables
* 746472de66b936ac885ca6d6e68058242b4e909e3260c6317f3ec719f78f76cc lib/unicore/version
- * 3eaedce3745bef6219cff3b5f63e5f8622c58dc66736281a82df991636d54451 regen/regcharclass.pl
+ * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl
+ * 1c951614c1cf87c2a801c615a65470d8f5e9388b62690e7498c7661eb7782a01 regen/regcharclass.pl
+ * 206b60035ff0cec9f7d1701937ecf9226a943faa42dfc4827c37306be64ff18e regen/regcharclass_multi_char_folds.pl
* ex: set ro: */
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.