Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a1497e61
Commit
a1497e61
authored
Feb 12, 2009
by
Ian Lynagh
Browse files
Quote some more arguments to cabal-bin
parent
c2a12c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/cabal-flags.mk
View file @
a1497e61
...
...
@@ -34,15 +34,15 @@ COMMON_CONFIGURE_FLAGS += --with-hscolour=$(HSCOLOUR)
endif
ifneq
"$(ALEX)" ""
COMMON_CONFIGURE_FLAGS
+=
--with-alex
=
$(ALEX)
COMMON_CONFIGURE_FLAGS
+=
--with-alex
=
"
$(ALEX)
"
endif
ifneq
"$(HAPPY)" ""
COMMON_CONFIGURE_FLAGS
+=
--with-happy
=
$(HAPPY)
COMMON_CONFIGURE_FLAGS
+=
--with-happy
=
"
$(HAPPY)
"
endif
COMMON_CONFIGURE_FLAGS
+=
$(FLAGGED_CONFIGURE_ARGS)
\
--configure-option
=
--with-cc
=
$(CC)
--configure-option
=
--with-cc
=
"
$(CC)
"
COMMON_CONFIGURE_FLAGS
+=
$(
shell
[
-f
$(HSC2HS_INPLACE)
]
&&
\
echo
--with-hsc2hs
=
$(HSC2HS_INPLACE)
)
...
...
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