From dc01512f14cc4710d1f6a7448e642cd11e5e3efe Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 6 Feb 2009 14:59:21 +0000 Subject: [PATCH] build fix: add -I../rts/parallel --- includes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Makefile b/includes/Makefile index bacf4bd..a0923c3 100644 --- a/includes/Makefile +++ b/includes/Makefile @@ -27,7 +27,7 @@ ifeq "$(GhcEnableTablesNextToCode) $(GhcUnregisterised)" "YES NO" SRC_CC_OPTS += -DTABLES_NEXT_TO_CODE endif -SRC_CC_OPTS += -I. -I../rts +SRC_CC_OPTS += -I. -I../rts -I../rts/parallel ifeq "$(HaveLibGmp)" "YES" ifneq "$(GMP_INCLUDE_DIRS)" "" SRC_CC_OPTS += -I$(GMP_INCLUDE_DIRS) -- 1.7.10.4