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
jberryman
GHC
Commits
ade62f7f
Commit
ade62f7f
authored
Jun 11, 2009
by
Ian Lynagh
Browse files
Put the CMM objects in the GHCi library too
parent
acf18dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-package-way.mk
View file @
ade62f7f
...
...
@@ -76,9 +76,9 @@ $1_$2_GHCI_LIB = $1/$2/build/HS$$($1_PACKAGE)-$$($1_$2_VERSION).$$($3_osuf)
ifneq
"$4" "0"
BINDIST_LIBS
+=
$$
(
$1_$2_GHCI_LIB
)
endif
$$($1_$2_GHCI_LIB)
:
$$($1_$2_$3_HS_OBJS) $$($1_$2_v_C_OBJS) $$($1_$2_v_S_OBJS)
$$($1_$2_GHCI_LIB)
:
$$($1_$2_$3_HS_OBJS)
$$($1_$2_v_CMM_OBJS)
$$($1_$2_v_C_OBJS) $$($1_$2_v_S_OBJS)
"
$
$(RM)
"
$
$(RM_OPTS)
$$
@
"
$
$(LD)
"
-r
-o
$$
@
$
$(EXTRA_LD_OPTS)
$$
(
$1_$2_$3_HS_OBJS
)
$$
(
$1_$2_v_C_OBJS
)
$$
(
$1_$2_v_S_OBJS
)
`
$$
(
$1_$2_$3_MKSTUBOBJS
)
`
"
$
$(LD)
"
-r
-o
$$
@
$
$(EXTRA_LD_OPTS)
$$
(
$1_$2_$3_HS_OBJS
)
$$
(
$1_$2_v_CMM_OBJS
)
$$
(
$1_$2_v_C_OBJS
)
$$
(
$1_$2_v_S_OBJS
)
`
$$
(
$1_$2_$3_MKSTUBOBJS
)
`
$(call
all-target,$1_$2,$$($1_$2_GHCI_LIB))
endif
...
...
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