diff options
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/exec-bit.txt | 2 | ||||
-rwxr-xr-x | Porting/perlhist_calculate.pl | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Porting/exec-bit.txt b/Porting/exec-bit.txt index 05a896762c..ce7bd91c05 100644 --- a/Porting/exec-bit.txt +++ b/Porting/exec-bit.txt @@ -56,7 +56,5 @@ Porting/perlhist_calculate.pl Porting/sort_perldiag.pl Porting/sync-with-cpan Porting/valgrindpp.pl -mpeix/nm -mpeix/relink Cross/generate_config_sh Cross/warp diff --git a/Porting/perlhist_calculate.pl b/Porting/perlhist_calculate.pl index 8cbc3d9ecb..bd4950786b 100755 --- a/Porting/perlhist_calculate.pl +++ b/Porting/perlhist_calculate.pl @@ -147,7 +147,7 @@ sub calc_longtable { emit Configure => $configure_size, 1; - foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint mpeix NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) { + foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) { calc_dir($dir); } } |