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
89de7701
Commit
89de7701
authored
Sep 12, 2010
by
kili
Browse files
Don't fail with absolute silence
parent
059f2d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libffi/ghc.mk
View file @
89de7701
...
...
@@ -156,7 +156,7 @@ endif
touch
$@
$(libffi_STATIC_LIB)
:
$(libffi_STAMP_BUILD)
@
test
-f
$@
test
-f
$@
# Rename libffi.a to libHSffi.a
libffi/dist-install/build/libHSffi.a libffi/dist-install/build/libHSffi_p.a
:
$(libffi_STATIC_LIB)
...
...
@@ -180,7 +180,7 @@ $(eval $(call all-target,libffi,libffi/dist-install/build/HSffi.o))
ifeq
"$(BuildSharedLibs)" "YES"
ifeq
"$(Windows)" "YES"
libffi/libffi.dll.a $(libffi_HS_DYN_LIB)
:
$(libffi_STAMP_BUILD)
@
test
-f
$@
test
-f
$@
# Windows libtool creates <soname>.dll, and as we already patched that
# there is no need to copy from libffi.dll to libHSffi...dll.
...
...
@@ -193,7 +193,7 @@ $(eval $(call all-target,libffi,$(libffi_HS_DYN_LIB).a))
else
$(libffi_DYNAMIC_LIBS)
:
$(libffi_STAMP_BUILD)
@
test
-f
$@
test
-f
$@
# Rename libffi.so to libHSffi...so
$(libffi_HS_DYN_LIB)
:
$(libffi_DYNAMIC_LIBS) | $$(dir $$@)/.
...
...
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