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
Alex D
GHC
Commits
b426d31f
Commit
b426d31f
authored
May 03, 2009
by
Ian Lynagh
Browse files
Makefile rules tweak for BootingFromHc
parent
a71d7945
Changes
1
Show whitespace changes
Inline
Side-by-side
rules/c-suffix-rules.mk
View file @
b426d31f
...
...
@@ -18,7 +18,7 @@ define c-suffix-rules
# $4 = use GHC (YES/NO)
# UseGhcForCc is only relevant when not booting from HC files.
ifeq
"$4" "YES"
ifeq
"$4
$$(BootingFromHc)
" "YES
NO
"
$1/$2/build/%.$$($3_osuf)
:
$1/%.c $$(MKDIRHIER) $$($1_$2_HC_DEP)
$
$(RM)
$$
@
...
...
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