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
jberryman
GHC
Commits
90d750cd
Commit
90d750cd
authored
Jan 11, 2002
by
sof
Browse files
[project @ 2002-01-11 15:32:05 by sof]
add HSstd{1,2}.o to INSTALL_LIBS (mingw only)
parent
ce758534
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Makefile
View file @
90d750cd
...
...
@@ -126,6 +126,8 @@ HSstd.o :: $(GHCI_LIBOBJS)
$(LD)
-r
-x
-o
HSstd1.o
$(
filter
Prel%,
$(GHCI_LIBOBJS)
)
$(LD)
-r
-x
-o
HSstd2.o
$(
filter-out
Prel%,
$(GHCI_LIBOBJS)
)
@
touch
HSstd.o
INSTALL_LIBS
+=
HSstd1.o HSstd2.o
endif
# TARGETPLATFORM = i386-unknown-mingw32
...
...
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