From: simonm Date: Wed, 24 Sep 1997 10:18:31 +0000 (+0000) Subject: [project @ 1997-09-24 10:18:31 by simonm] X-Git-Tag: Approx_2487_patches~1474 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=432766dfa3217c7f5e18b0e7218111a2550b26a2;p=ghc-hetmet.git [project @ 1997-09-24 10:18:31 by simonm] remove last bit of deforester. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 934183e..387030a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -213,9 +213,6 @@ GhcWithRegisterised=YES # i386, alpha & sparc GhcWithNativeCodeGen=$(shell if (test x$(findstring $(HostArch_CPP),i386 alpha sparc) = x); then echo NO; else echo YES; fi) -# Build the compiler with the deforester included? -GhcWithDeforester=NO - # # Building various ways? # (right now, empty if not).