From 2bfebb2de8dcd00385eb07e42b5f4853a542298d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 26 Sep 2007 12:26:37 +0000 Subject: [PATCH] Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for .cmm files Patch from Clemens Fruhwirth --- rts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/Makefile b/rts/Makefile index e3bc692..7e9dc08 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -133,7 +133,7 @@ SRC_CC_OPTS += $(WARNING_OPTS) SRC_CC_OPTS += $(STANDARD_OPTS) SRC_CC_OPTS += $(GhcRtsCcOpts) -SRC_HC_OPTS += $(GhcRtsHcOpts) -package-name rts +SRC_HC_OPTS += $(GhcRtsHcOpts) $(STANDARD_OPTS) -package-name rts ifneq "$(GhcWithSMP)" "YES" SRC_CC_OPTS += -DNOSMP -- 1.7.10.4