[project @ 1996-07-25 20:43:49 by partain]
[ghc-hetmet.git] / ghc / lib / make_extra_deps
index 3882e89..7c1f74a 100644 (file)
@@ -17,14 +17,14 @@ while (<MKF>) {
                 '_mc', '_mr', '_mt', '_mp', '_mg',
                 '_2s', '_1s', '_du',
                 '_a', '_b', '_c', '_d', '_e', '_f', '_g', '_h',
-                '_i', '_j', '_k', '_o', '_m', '_n', '_o' ) {
+                '_i', '_j', '_k', '_o', '_m', '_n', '_o', '_A', '_B' ) {
        $copy = $_;
 
        # change all .hc and .hi
        $copy =~ s/\.hc\b/$k.hc/;
        $copy =~ s/\.hi\b/$k.hi/;
 
-       print STDOUT "IfGhcBuild$k(", $copy, ")\n";
+       print STDOUT "IfBuild$k(", $copy, ")\n";
     }
 }