diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-24 18:52:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-24 18:52:40 +0000 |
commit | 730388fc60655b63a9491a1cafa236fea097516c (patch) | |
tree | abb1b28762a8dbae847ce659cb127006471a7a0f /distrib | |
parent | 14a8072ba80f151e09c855342f48fc9cd4501d1e (diff) | |
download | haskell-730388fc60655b63a9491a1cafa236fea097516c.tar.gz |
Install gmp from bindists; fixes trac #1848
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 64863e2fba..a91557e6ee 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -24,6 +24,7 @@ install:: $(MAKE) -C rts install DOING_BIN_DIST=YES $(MAKE) -C libraries install DOING_BIN_DIST=YES $(MAKE) -C compiler install DOING_BIN_DIST=YES + $(MAKE) -C gmp install DOING_BIN_DIST=YES $(MAKE) -C docs install-docs DOING_BIN_DIST=YES $(MAKE) -C libraries/Cabal/doc install-docs DOING_BIN_DIST=YES $(INSTALL_DATA) $(INSTALL_OPTS) extra-gcc-opts $(libdir) |