summaryrefslogtreecommitdiff
path: root/Porting/perlhist_calculate.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-09-21 12:22:27 +0200
committerNicholas Clark <nick@ccl4.org>2012-09-21 12:22:27 +0200
commitc90bc94255b45dc24745270955fd3f540dfca2e5 (patch)
tree00ca3d2732623b5bcff8759d5b368d9af99d925e /Porting/perlhist_calculate.pl
parentb5afd3466ff5e5b70ea2921169f138f02727183e (diff)
downloadperl-c90bc94255b45dc24745270955fd3f540dfca2e5.tar.gz
Remove a couple of tentacles from MiNT missed by commit cd86ed9d430a95bb.
Diffstat (limited to 'Porting/perlhist_calculate.pl')
-rwxr-xr-xPorting/perlhist_calculate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/perlhist_calculate.pl b/Porting/perlhist_calculate.pl
index bd4950786b..47a0d4dbf3 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 NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
+ foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
calc_dir($dir);
}
}