summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-19 13:03:32 +0000
committerIan Lynagh <igloo@earth.li>2008-09-19 13:03:32 +0000
commit9b20d38e5ab6b48e5dba7584296dd5dd4801549d (patch)
tree83dc4d870b87bf3c9e76a9db2f45b884c080d773 /distrib
parentdc6dc128ff975d2f4162a2c051c11b93e3849d09 (diff)
downloadhaskell-9b20d38e5ab6b48e5dba7584296dd5dd4801549d.tar.gz
Install libffi when installing frmo a bindist
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index ae0186e66f..ca99c38a14 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -25,6 +25,7 @@ install::
$(MAKE) -C utils install DOING_BIN_DIST=YES
$(MAKE) -C rts install DOING_BIN_DIST=YES
$(MAKE) -C libraries install DOING_BIN_DIST=YES
+ $(MAKE) -C libffi install DOING_BIN_DIST=YES
$(MAKE) -C compiler install DOING_BIN_DIST=YES
$(MAKE) -C ghc install DOING_BIN_DIST=YES
$(MAKE) -C driver install DOING_BIN_DIST=YES