diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-12 10:19:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-12 10:19:52 +0000 |
commit | b645ce0909ac697a3dd33dd4825e844cf0a8ff5c (patch) | |
tree | 2c8f3b64eb26711ee627db0c62c798a243be9faf /libffi | |
parent | 9871e847469313fafa018edc5bb5e044988fecc2 (diff) | |
download | haskell-b645ce0909ac697a3dd33dd4825e844cf0a8ff5c.tar.gz |
Install libHSffi_p.a
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index d3e57be93a..b09fb07300 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 |