Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
fa926e2e
Commit
fa926e2e
authored
Aug 01, 2010
by
Ian Lynagh
Browse files
Remove libHSrtsmain.a before creating it
Otherwise it isn't updated properly if rts/Main.c changes
parent
18766724
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/ghc.mk
View file @
fa926e2e
...
...
@@ -464,6 +464,7 @@ endif
ifneq
"$(BINDIST)" "YES"
rts/dist/build/libHSrtsmain.a
:
rts/dist/build/Main.o
"
$(RM)
"
$(RM_OPTS)
$@
"
$(AR)
"
$(AR_OPTS)
$(EXTRA_AR_ARGS)
$@
$<
endif
...
...
Write
Preview
Markdown
is supported
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