From b645ce0909ac697a3dd33dd4825e844cf0a8ff5c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 12 Oct 2009 10:19:52 +0000 Subject: [PATCH] Install libHSffi_p.a --- libffi/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffi/ghc.mk b/libffi/ghc.mk index d3e57be..b09fb07 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -68,7 +68,7 @@ BINDIST_STAMPS = libffi/stamp.ffi.build libfii/stamp.ffi.configure INSTALL_HEADERS += libffi/ffi.h libffi_STATIC_LIB = libffi/libffi.a -INSTALL_LIBS += libffi/libHSffi.a libffi/HSffi.o +INSTALL_LIBS += libffi/libHSffi.a libffi/libHSffi_p.a libffi/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