Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
dc01512f
Commit
dc01512f
authored
Feb 06, 2009
by
Simon Marlow
Browse files
build fix: add -I../rts/parallel
parent
fbc3fc41
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/Makefile
View file @
dc01512f
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment