From 30821abaf07b1b761bf8889a65463e5fea798619 Mon Sep 17 00:00:00 2001 From: simonmar Date: Sun, 28 Jan 2001 19:40:17 +0000 Subject: [PATCH] [project @ 2001-01-28 19:40:17 by simonmar] -recomp is the default, so remove it here --- ghc/lib/std/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 69e1f18..1fa0ab3 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -44,7 +44,7 @@ HS_SRCS := $(HSC_HS) $(filter-out $(HSC_HS),$(HS_SRCS)) #----------------------------------------------------------------------------- # Setting the GHC compile options -SRC_HC_OPTS += -recomp -cpp -fvia-C -fglasgow-exts $(GhcLibHcOpts) $(PACKAGE) +SRC_HC_OPTS += -cpp -fvia-C -fglasgow-exts $(GhcLibHcOpts) $(PACKAGE) ifdef USE_REPORT_PRELUDE SRC_HC_OPTS += -DUSE_REPORT_PRELUDE=1 -- 1.7.10.4