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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
11d4f686
Commit
11d4f686
authored
May 14, 2009
by
Duncan Coutts
Browse files
Fix silly make macro mistake in a rule used in the --enable-shared case
parent
16a9e2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/ghc.mk
View file @
11d4f686
...
@@ -75,8 +75,8 @@ rts_H_FILES = $(wildcard $(GHC_INCLUDE_DIR)/*.h) $(wildcard rts/*.h)
...
@@ -75,8 +75,8 @@ rts_H_FILES = $(wildcard $(GHC_INCLUDE_DIR)/*.h) $(wildcard rts/*.h)
# collect the -l flags that we need to link the rts dyn lib.
# collect the -l flags that we need to link the rts dyn lib.
rts/libs.depend
:
$(GHC_PKG_INPLACE)
rts/libs.depend
:
$(GHC_PKG_INPLACE)
$
$(GHC_PKG_INPLACE)
field rts extra-libraries
\
$(GHC_PKG_INPLACE)
field rts extra-libraries
\
|
sed
-e
's/^extra-libraries: //'
-e
's/\([a-z]*\)/-l\1/g'
>
$
$
@
|
sed
-e
's/^extra-libraries: //'
-e
's/\([a-z]*\)/-l\1/g'
>
$@
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Building one way
# Building one way
...
...
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