X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fmake_extra_deps;h=7c1f74a5e1847771d9f53f0bf08e9a224659b4d7;hb=c6c43e43be1f913cd90cb7cb5bb87e90e6552691;hp=213f7e8423d00199b0e60cc7ec555a17d087c703;hpb=063eda14b18aadc138bc27eb460e1af93b09ca9b;p=ghc-hetmet.git diff --git a/ghc/lib/make_extra_deps b/ghc/lib/make_extra_deps index 213f7e8..7c1f74a 100644 --- a/ghc/lib/make_extra_deps +++ b/ghc/lib/make_extra_deps @@ -24,7 +24,7 @@ while () { $copy =~ s/\.hc\b/$k.hc/; $copy =~ s/\.hi\b/$k.hi/; - print STDOUT "IfGhcBuild$k(", $copy, ")\n"; + print STDOUT "IfBuild$k(", $copy, ")\n"; } }