[project @ 2005-04-05 09:42:48 by simonmar]
[ghc-hetmet.git] / ghc / compiler / Makefile
index 416438a..f9fbb55 100644 (file)
@@ -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