summaryrefslogtreecommitdiff
path: root/ghc/lib/make_extra_deps
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/make_extra_deps')
-rw-r--r--ghc/lib/make_extra_deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/lib/make_extra_deps b/ghc/lib/make_extra_deps
index 213f7e8423..7c1f74a5e1 100644
--- a/ghc/lib/make_extra_deps
+++ b/ghc/lib/make_extra_deps
@@ -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";
}
}