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
b179ed95
Commit
b179ed95
authored
Feb 12, 2009
by
Ian Lynagh
Browse files
Only pass --with-hscolour to cabal-bin once
parent
a1497e61
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
b179ed95
...
...
@@ -134,10 +134,6 @@ CONFIGURE_OPTS += --enable-split-objs
CONFIGURE_STAMP_EXTRAS
:=
$(CONFIGURE_STAMP_EXTRAS)
-splitting
endif
ifeq
"$(HSCOLOUR_SRCS)" "YES"
CONFIGURE_OPTS
+=
--with-hscolour
=
"
$(HSCOLOUR)
"
endif
.PHONY
:
subdirs
subdirs
:
...
...
mk/cabal-flags.mk
View file @
b179ed95
...
...
@@ -29,8 +29,8 @@ COMMON_CONFIGURE_FLAGS = \
--with-ld
=
$(LD)
\
$(
addprefix
--hsc2hs-option
=
,
$(SRC_HSC2HS_OPTS)
)
if
n
eq
"$(HSCOLOUR)" ""
COMMON_
CONFIGURE_
FLAG
S
+=
--with-hscolour
=
$(HSCOLOUR)
ifeq
"$(HSCOLOUR
_SRCS
)" "
YES
"
CONFIGURE_
OPT
S
+=
--with-hscolour
=
"
$(HSCOLOUR)
"
endif
ifneq
"$(ALEX)" ""
...
...
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