From: simonmar Date: Tue, 5 Apr 2005 09:42:48 +0000 (+0000) Subject: [project @ 2005-04-05 09:42:48 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~806 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=816398197e571539e59fc2a1f1f1fa5188575400 [project @ 2005-04-05 09:42:48 by simonmar] GHC package: set $(GhcLibHcOpts) to empty; we want $(GhcStage2HcOpts) to take precedence here. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 416438a..f9fbb55 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -757,6 +757,9 @@ SplitObjs = NO # set GhcCompilerWays instead. GhcLibWays = $(GhcCompilerWays) +# override $(GhcLibHcOpts): we want GhcStage2HcOpts to take precedence +GhcLibHcOpts = + # override default definition of HS_IFACES so we can add $(odir) HS_IFACES = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS))) endif