From: simonmar Date: Sun, 28 Jan 2001 19:40:17 +0000 (+0000) Subject: [project @ 2001-01-28 19:40:17 by simonmar] X-Git-Tag: Approximately_9120_patches~2794 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=30821abaf07b1b761bf8889a65463e5fea798619;p=ghc-hetmet.git [project @ 2001-01-28 19:40:17 by simonmar] -recomp is the default, so remove it here --- 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