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
d0fc2a6a
Commit
d0fc2a6a
authored
Mar 19, 2013
by
ian@well-typed.com
Browse files
Fix building when $(CC_STAGE0) contains spaces
Spotted by Bill Tutt
parent
3df97a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/distdir-opts.mk
View file @
d0fc2a6a
...
...
@@ -79,8 +79,8 @@ $1_$2_HSC2HS_LD_OPTS:=$$(shell for i in $$($1_$2_DIST_LD_OPTS); do echo \'--lfla
endif
$1_$2_ALL_HSC2HS_OPTS
=
\
--cc
=
$$
(
CC_STAGE
$3
)
\
--ld
=
$$
(
CC_STAGE
$3
)
\
'
--cc=$$(CC_STAGE$3)
'
\
'
--ld=$$(CC_STAGE$3)
'
\
$
$(CONF_HSC2HS_OPTS)
\
$
$(SRC_HSC2HS_OPTS)
\
$$
(
SRC_HSC2HS_OPTS_STAGE
$3
)
\
...
...
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