From 9b20d38e5ab6b48e5dba7584296dd5dd4801549d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 19 Sep 2008 13:03:32 +0000 Subject: [PATCH] Install libffi when installing frmo a bindist --- distrib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/distrib/Makefile b/distrib/Makefile index ae0186e6..ca99c38 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 -- 1.7.10.4