Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6ecc80d1
Commit
6ecc80d1
authored
Apr 30, 2009
by
Duncan Coutts
Browse files
Fix make for libffi again, properly this time
No idea how the last patch managed to pass validate.
parent
b547f2e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
libffi/ghc.mk
View file @
6ecc80d1
...
...
@@ -145,6 +145,7 @@ $(libffi_STAMP_BUILD): $(libffi_STAMP_CONFIGURE)
cd
libffi
&&
\
$(MAKE)
-C
build
MAKEFLAGS
=
;
\
(
cd
build
;
./libtool
--mode
=
install cp
libffi.la
$(TOP)
/libffi
)
touch
$@
$(libffi_STATIC_LIB)
:
$(libffi_STAMP_BUILD)
# Rename libffi.a to libHSffi.a
...
...
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