Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
c6d90de6
Commit
c6d90de6
authored
Jan 11, 2005
by
simonmar
Browse files
[project @ 2005-01-11 11:32:44 by simonmar]
Fix $(StripLibraries) code after ld changes yesterday.
parent
4b086a75
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/target.mk
View file @
c6d90de6
...
...
@@ -369,7 +369,7 @@ endif # $(HS_SRCS)
ifeq
"$(StripLibraries)" "YES"
ifeq
"$(SplitObjs)" "YES"
SRC_HC_POST_OPTS
+=
\
for
i
in
$(
basename
$@
)
_split/
*
;
do
\
for
i
in
$(
basename
$@
)
_split/
*
.
$(way_)
o
;
do
\
$(LD)
-r
$(LD_X)
-o
$$
i.tmp
$$
i
;
\
$(MV)
$$
i.tmp
$$
i
;
\
done
...
...
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