[project @ 1996-06-30 16:44:25 by partain]
[ghc-hetmet.git] / ghc / lib / make_extra_deps
index 213f7e8..7c1f74a 100644 (file)
@@ -24,7 +24,7 @@ while (<MKF>) {
        $copy =~ s/\.hc\b/$k.hc/;
        $copy =~ s/\.hi\b/$k.hi/;
 
-       print STDOUT "IfGhcBuild$k(", $copy, ")\n";
+       print STDOUT "IfBuild$k(", $copy, ")\n";
     }
 }