The CFM-68K build isn't working at the moment (we blow past its global data
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 8 Jan 2003 22:48:57 +0000 (22:48 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 8 Jan 2003 22:48:57 +0000 (22:48 +0000)
limit what with libcharset and the crypto stuff), so don't include it in
"all".

git-svn-id: svn://svn.tartarus.org/sgt/putty@2501 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index 8b955e3..554e7a0 100755 (executable)
@@ -651,7 +651,7 @@ print "\n\n";
 foreach $p (&prognames("M")) {
   ($prog, $type) = split ",", $p;
 
-  print &splitline("$prog \xc4 $prog.68k $prog.cfm68k $prog.ppc",
+  print &splitline("$prog \xc4 $prog.68k $prog.ppc",
                   undef, "\xb6"), "\n\n";
 
   $rsrc = &objects($p, "", "X.rsrc", undef);