From: Simon Marlow Date: Fri, 6 Feb 2009 14:59:21 +0000 (+0000) Subject: build fix: add -I../rts/parallel X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dc01512f14cc4710d1f6a7448e642cd11e5e3efe build fix: add -I../rts/parallel --- 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)