From c7a16a2ced9ad01183ab27ce517a517e31a71436 Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Mon, 13 Oct 2008 20:09:45 +0000 Subject: [PATCH] Add HsFFI.o to INSTALL_LIBS --- libffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffi/Makefile b/libffi/Makefile index 75365c9..3f71e50 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 -- 1.7.10.4