diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-12-03 11:34:08 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-12-03 11:34:08 +0100 |
commit | 3e344d15720c94d171585f6a4a1c9f55a76e852b (patch) | |
tree | efeeff5e8a81bc23ca00fda691113a6db1f70469 /Cross/Makefile-cross-SH | |
parent | 8cf8bfae8ab20c53dc9b668f5e3be813b5d11cb0 (diff) | |
download | perl-3e344d15720c94d171585f6a4a1c9f55a76e852b.tar.gz |
Revert makefile part of the Unicode 5.2 patch
lib/unicore/version was getting removed by "make distclean".
Diffstat (limited to 'Cross/Makefile-cross-SH')
-rwxr-xr-x | Cross/Makefile-cross-SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 65d4474356..79bd165924 100755 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -344,7 +344,7 @@ addedbyconf = UU $(shextract) $(plextract) 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/Heavy.pl lib/unicore/mktables.lst lib/unicore/version + lib/unicore/Heavy.pl lib/unicore/mktables.lst # Directories of Unicode data files generated by mktables unidatadirs = lib/unicore/To lib/unicore/lib |