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 /win32/Makefile | |
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 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index a81e0f9d66..bf1722a9cb 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -583,7 +583,7 @@ FIRSTUNIFILE = ..\lib\unicore\Decomposition.pl UNIDATAFILES = ..\lib\unicore\Decomposition.pl \ ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \ ..\lib\unicore\Heavy.pl ..\lib\unicore\mktables.lst \ - ..\lib\unicore\TestProp.pl ..\lib\unicore\version + ..\lib\unicore\TestProp.pl # Directories of Unicode data files generated by mktables UNIDATADIR1 = ..\lib\unicore\To |