summaryrefslogtreecommitdiff
path: root/libffi/Makefile
diff options
context:
space:
mode:
authorClemens Fruhwirth <clemens@endorphin.org>2008-10-13 20:09:45 +0000
committerClemens Fruhwirth <clemens@endorphin.org>2008-10-13 20:09:45 +0000
commitc7a16a2ced9ad01183ab27ce517a517e31a71436 (patch)
tree6374278823f5d722b681ea30d6235b06c84ea979 /libffi/Makefile
parent97d4cacf036bc09e30c3e32038ecab37f719a1b4 (diff)
downloadhaskell-c7a16a2ced9ad01183ab27ce517a517e31a71436.tar.gz
Add HsFFI.o to INSTALL_LIBS
Diffstat (limited to 'libffi/Makefile')
-rw-r--r--libffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile b/libffi/Makefile
index 75365c9227..3f71e50db3 100644
--- a/libffi/Makefile
+++ b/libffi/Makefile
@@ -59,7 +59,7 @@ LIBFFI_DIR := $(subst .tar.gz,,$(LIBFFI_TARBALL))
BINDIST_STAMPS = stamp.ffi
INSTALL_HEADERS += ffi.h
STATIC_LIB = libffi.a
-INSTALL_LIBS += libHSffi.a
+INSTALL_LIBS += libHSffi.a HSffi.o
# We have to add the GHC version to the name of our dynamic libs, because
# they will be residing in the system location along with dynamic libs from