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
Sanchayan Maity
GHC
Commits
70977366
Commit
70977366
authored
Feb 12, 2002
by
simonmar
Browse files
[project @ 2002-02-12 15:45:46 by simonmar]
Use LIBOBJS rather than OBJS when building the GHCi library.
parent
9d037f55
Changes
1
Show whitespace changes
Inline
Side-by-side
mk/package.mk
View file @
70977366
# -----------------------------------------------------------------------------
# $Id: package.mk,v 1.
1
2002/02/12 15:
17:35
simonmar Exp $
# $Id: package.mk,v 1.
2
2002/02/12 15:
45:46
simonmar Exp $
ifneq
"$(PACKAGE)" ""
...
...
@@ -93,8 +93,8 @@ ifneq "$(DONT_WANT_STD_GHCI_LIB_RULE)" "YES"
# hslibs/Win32 uses this 'feature', which will go away soon
# when we can use a "fixed" ld.
#
$(GHCI_LIBRARY)
:
$(OBJS)
$(LD)
-r
$(LD_X)
-o
$@
$(OBJS)
$(GHCI_LIBRARY)
:
$(
LIB
OBJS)
$(LD)
-r
$(LD_X)
-o
$@
$(
LIB
OBJS)
endif
# DONT_WANT_STD_GHCI_LIB_RULE
endif
# GhcWithInterpreter
...
...
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