diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-18 16:59:13 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-18 16:59:13 +0000 |
commit | d8664a2ebeed9d9c7a468cf36cc53eb4f531114b (patch) | |
tree | 19a2cbeba7c293b1ea1da1258df2e18c5401b818 /libffi | |
parent | 16a061076237d4b6a02d9f10f69075b14e889a72 (diff) | |
download | haskell-d8664a2ebeed9d9c7a468cf36cc53eb4f531114b.tar.gz |
Install libHSffi_p.a
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile b/libffi/Makefile index 8a1f110655..cee5bb95c3 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 |