From: sof Date: Sun, 21 Jun 1998 18:44:12 +0000 (+0000) Subject: [project @ 1998-06-21 18:44:12 by sof] X-Git-Tag: Approx_2487_patches~565 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a3884b934381f67adab2686b54c81cfc201d01f1;p=ghc-hetmet.git [project @ 1998-06-21 18:44:12 by sof] Missing = --- diff --git a/mk/config.mk.in b/mk/config.mk.in index b064f25..8ddf3e2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -227,7 +227,7 @@ BuildingProfilingConcurrent=$(subst mr,YES,$(filter mr,$(WAYS))) # profiled prelude libraries. # When booting from .hc files, turn this off. ifeq "$(GhcWithHscBuiltViaC)" "YES" -GhcLibWays +GhcLibWays= else GhcLibWays=p endif