Remove a couple of tentacles from MiNT missed by commit cd86ed9d430a95bb.
authorNicholas Clark <nick@ccl4.org>
Fri, 21 Sep 2012 10:22:27 +0000 (12:22 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 21 Sep 2012 10:22:27 +0000 (12:22 +0200)
Porting/perlhist_calculate.pl
lib/AnyDBM_File.t

index bd49507..47a0d4d 100755 (executable)
@@ -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);
        }
 }
index d3c1c31..63fb2d8 100644 (file)
@@ -14,7 +14,7 @@ use Fcntl;
 
 $Is_Dosish = ($^O eq 'amigaos' || $^O eq 'MSWin32' ||
              $^O eq 'NetWare' || $^O eq 'dos' ||
-             $^O eq 'os2' || $^O eq 'mint' ||
+             $^O eq 'os2' ||
              $^O eq 'cygwin');
 
 my $filename = "Any_dbmx$$";