summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-02-06 14:59:21 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-02-06 14:59:21 +0000
commitdc01512f14cc4710d1f6a7448e642cd11e5e3efe (patch)
tree8a2b76b15fd4d248604288b6a86840ea75883ffd
parentfbc3fc411a2b619f638612dcaf322983c7a403c3 (diff)
downloadhaskell-dc01512f14cc4710d1f6a7448e642cd11e5e3efe.tar.gz
build fix: add -I../rts/parallel
-rw-r--r--includes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Makefile b/includes/Makefile
index bacf4bdec9..a0923c3b53 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)