Skip to content
GitLab
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
b9a72063
Commit
b9a72063
authored
Dec 13, 2011
by
Simon Marlow
Browse files
$(rts_H_FILES) should contain .h files in subdirectories of rts/ too
parent
f25dc05e
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/ghc.mk
View file @
b9a72063
...
...
@@ -62,7 +62,7 @@ rts/dist/build/sm/Evac_thr.c : rts/sm/Evac.c | $$(dir $$@)/.
rts/dist/build/sm/Scav_thr.c
:
rts/sm/Scav.c | $$(dir $$@)/.
cp
$<
$@
rts_H_FILES
:=
$(
wildcard
rts/
*
.h
)
rts_H_FILES
:=
$(
wildcard
rts/
*
.h
rts/
*
/
*
.h
)
ifeq
"$(USE_DTRACE)" "YES"
DTRACEPROBES_H
=
rts/dist/build/RtsProbes.h
...
...
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