From d8664a2ebeed9d9c7a468cf36cc53eb4f531114b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 18 Feb 2009 16:59:13 +0000 Subject: [PATCH] Install libHSffi_p.a --- libffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffi/Makefile b/libffi/Makefile index 8a1f110..cee5bb9 100644 --- a/libffi/Makefile +++ b/libffi/Makefile @@ -68,7 +68,7 @@ endif INSTALL_HEADERS += ffi.h STATIC_LIB = libffi.a -INSTALL_LIBS += libHSffi.a HSffi.o +INSTALL_LIBS += libHSffi.a libHSffi_p.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