From 816398197e571539e59fc2a1f1f1fa5188575400 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 5 Apr 2005 09:42:48 +0000 Subject: [PATCH] [project @ 2005-04-05 09:42:48 by simonmar] GHC package: set $(GhcLibHcOpts) to empty; we want $(GhcStage2HcOpts) to take precedence here. --- ghc/compiler/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4