X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FMakefile;h=a0923c3b5324c2ef958d2c722d65f4d59ca4ac54;hb=dc01512f14cc4710d1f6a7448e642cd11e5e3efe;hp=bacf4bdec928a676d31aa3c1c570d30a032f79fd;hpb=2de31b61d0a963803eb5632c9659c6093d74f345;p=ghc-hetmet.git 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)