diff options
author | David Mitchell <davem@iabyn.com> | 2014-05-28 11:04:12 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-05-28 11:07:58 +0100 |
commit | 083d13e585e012fb70dca891d9820fd7ba18c89a (patch) | |
tree | dda8e6348b007bafacbdc6b5f702534b61ea452a /Makefile.SH | |
parent | 9e15e51b1fc8645fe190fbc110baa931538c94b7 (diff) | |
download | perl-083d13e585e012fb70dca891d9820fd7ba18c89a.tar.gz |
regen Makefile.SH
I ran regen/lib_cleanup.pl because porting/regen.t was failing.
No I don't understand this area at all. And I don't think 'make realclean'
is doing what its supposed to be doing.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1a112ca27f..b24441364a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1313,7 +1313,7 @@ _cleaner2: -rmdir ext/B/lib rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) -rmdir lib/version lib/threads lib/encoding lib/autodie/exception - -rmdir lib/autodie lib/XS lib/Win32API lib/VMS + -rmdir lib/autodie/Scope lib/autodie lib/XS lib/Win32API lib/VMS -rmdir lib/Unicode/Collate/Locale lib/Unicode/Collate/CJK -rmdir lib/Unicode/Collate lib/Tie/Hash lib/Thread lib/Text -rmdir lib/Test/Builder/Tester lib/Test/Builder lib/Test lib/Term |