diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-05-31 19:06:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-05-31 19:06:21 +0000 |
commit | 7ebf06b31de77009e38bdcb8efee7397a3652311 (patch) | |
tree | 875835d0660830738ba890673c4023c1e27f5f9e /Makefile.SH | |
parent | 8aa03e5d63b0323d10767d89d543f39f35238218 (diff) | |
download | perl-7ebf06b31de77009e38bdcb8efee7397a3652311.tar.gz |
replace the run time code in lib/utf8_pva.pl with data generated
at build by mktables, stored in lib/unicore/PVA.pl
p4raw-id: //depot/perl@22881
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index a72a372be0..b502facf02 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -320,7 +320,7 @@ addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct # Unicode data files generated by mktables unidatafiles = lib/unicore/Canonical.pl lib/unicore/Exact.pl \ lib/unicore/Properties lib/unicore/Decomposition.pl \ - lib/unicore/CombiningClass.pl lib/unicore/Name.pl + lib/unicore/CombiningClass.pl lib/unicore/Name.pl lib/unicore/PVA.pl # Directories of Unicode data files generated by mktables unidatadirs = lib/unicore/To lib/unicore/lib |