]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
The CFM-68K build isn't working at the moment (we blow past its global data
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 8 Jan 2003 22:48:57 +0000 (22:48 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
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".

[originally from svn r2501]

mkfiles.pl

index 8b955e3f65bab8bde5ebc63c9136cbd8f8f4fef5..554e7a0fbeb62fe3bc629e5f8e42f8573b1b0b78 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);