diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-02-06 14:59:21 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-02-06 14:59:21 +0000 |
commit | dc01512f14cc4710d1f6a7448e642cd11e5e3efe (patch) | |
tree | 8a2b76b15fd4d248604288b6a86840ea75883ffd /includes/Makefile | |
parent | fbc3fc411a2b619f638612dcaf322983c7a403c3 (diff) | |
download | haskell-dc01512f14cc4710d1f6a7448e642cd11e5e3efe.tar.gz |
build fix: add -I../rts/parallel
Diffstat (limited to 'includes/Makefile')
-rw-r--r-- | includes/Makefile | 2 |
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) |