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
Glasgow Haskell Compiler
GHC
Commits
aa03891e
Commit
aa03891e
authored
Aug 06, 2001
by
sof
Browse files
[project @ 2001-08-06 20:39:32 by sof]
Make recent _hsc.c / cbits changes work (i.e., need to add . to the include path)
parent
d41a37d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/target.mk
View file @
aa03891e
...
...
@@ -346,7 +346,8 @@ STUBOBJS += $(HSC_C_OBJS)
# Add _hsc.c files to the cbits library
C_SRCS
+=
$(
wildcard
../
*
_hsc.c
)
# Make .hsc.h include files from the directory above visible
SRC_CC_OPTS
+=
-I
..
# (and the cbits/ library too).
SRC_CC_OPTS
+=
-I
..
-I
.
endif
LIBRARY
=
libHS
$(PACKAGE)$(_cbits)$(_way)
.a
...
...
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