Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
fdfdac78
Commit
fdfdac78
authored
Feb 04, 2005
by
simonmar
Browse files
[project @ 2005-02-04 11:58:23 by simonmar]
Need to add -I. when compiling with GHC 6.3+
parent
0aa7f2ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Makefile
View file @
fdfdac78
...
...
@@ -15,6 +15,9 @@ LIBRARY = libghccompat.a
# Just to silence warnings
MKDEPENDC_OPTS
+=
-I
$(GHC_INCLUDE_DIR)
# Needed so that the libraries can #include relative to this directory.
SRC_HC_OPTS
+=
-I
.
UseGhcForCc
=
YES
# This library is linked to the compiler, at least in stage1, so we
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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