Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
723fb29b
Commit
723fb29b
authored
May 10, 2005
by
simonmar
Browse files
[project @ 2005-05-10 10:35:57 by simonmar]
Add -I options to SRC_CC_OPTS for bootstrapping From: Thomas Schwinge
parent
c0dabc3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Makefile
View file @
723fb29b
...
...
@@ -19,7 +19,8 @@ NO_INSTALL_LIBRARY = YES
# Needed so that the libraries can #include relative to this directory.
INCLUDE_DIRS
=
-I
.
-Iinclude
SRC_HC_OPTS
+=
$(INCLUDE_DIRS)
SRC_HC_OPTS
+=
$(INCLUDE_DIRS)
SRC_CC_OPTS
+=
$(INCLUDE_DIRS)
MKDEPENDC_OPTS
+=
$(INCLUDE_DIRS)
# Just to silence warnings
...
...
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