[project @ 1997-09-24 10:18:31 by simonm]
authorsimonm <unknown>
Wed, 24 Sep 1997 10:18:31 +0000 (10:18 +0000)
committersimonm <unknown>
Wed, 24 Sep 1997 10:18:31 +0000 (10:18 +0000)
remove last bit of deforester.

mk/config.mk.in

index 934183e..387030a 100644 (file)
@@ -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).