From 8e82427ded4385b82482ba55b17a170bbc40c46a Mon Sep 17 00:00:00 2001 From: simonmar Date: Sun, 11 Feb 2001 17:14:48 +0000 Subject: [PATCH] [project @ 2001-02-11 17:14:48 by simonmar] cruftbuster --- ghc/compiler/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ba0b9d8..036e57a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.135 2001/02/11 17:12:35 simonmar Exp $ +# $Id: Makefile,v 1.136 2001/02/11 17:14:48 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -282,12 +282,6 @@ SRC_HAPPY_OPTS += +RTS -K2m -H16m -RTS $(GHC_HAPPY_OPTS) SRC_LD_OPTS += -no-link-chk -ifneq "$(GhcWithHscBuiltViaC)" "YES" -ifeq "$(GhcReportCompiles)" "YES" -SRC_LD_OPTS += -syslib misc -syslib exts -endif -endif - # ----------------------------------------------------------------------------- # create ghc-inplace, a convenient way to run ghc from the build tree... -- 1.7.10.4