diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-26 01:11:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-26 01:11:19 +0000 |
commit | 53f1bb273f1bd11d9992bc3d9d31501a936c4d0c (patch) | |
tree | 613076f85036467bd9707690ca53d0edcbfa55bc /Makefile.SH | |
parent | 6677e4ec9dabb56fcdca73c61999a87e69e6aef5 (diff) | |
download | perl-53f1bb273f1bd11d9992bc3d9d31501a936c4d0c.tar.gz |
Remove t/perl.third.
p4raw-id: //depot/perl@9355
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 f2ebb71044..906649c82f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -792,7 +792,7 @@ _mopup: -rm -f perl.exp ext.libs extra.pods opmini.o -rm -f perl.export perl.dll perl.libexp perl.map perl.def -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap - -rm -f perl.third lib*.so.perl.third perl.3log t/perl.3log + -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts rm -f perl suidperl miniperl $(LIBPERL) libperl.* microperl |