From: Ian Lynagh Date: Wed, 18 Feb 2009 16:59:13 +0000 (+0000) Subject: Install libHSffi_p.a X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d8664a2ebeed9d9c7a468cf36cc53eb4f531114b Install libHSffi_p.a --- 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