[commit: packages/integer-gmp] ghc-7.8: integer-gmp: do not confuse ./configure (#8783) (9e83324)
git at git.haskell.org
git at git.haskell.org
Tue Jun 3 13:46:52 UTC 2014
Repository : ssh://git@git.haskell.org/integer-gmp
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/9e8332497645413ebced5e48974c9b711ce02582/integer-gmp
>---------------------------------------------------------------
commit 9e8332497645413ebced5e48974c9b711ce02582
Author: Austin Seipp <austin at well-typed.com>
Date: Tue Jun 3 07:28:03 2014 -0500
integer-gmp: do not confuse ./configure (#8783)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
9e8332497645413ebced5e48974c9b711ce02582
gmp/ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gmp/ghc.mk b/gmp/ghc.mk
index a5d33ab..2214b06 100644
--- a/gmp/ghc.mk
+++ b/gmp/ghc.mk
@@ -146,7 +146,7 @@ libraries/integer-gmp/gmp/libgmp.a libraries/integer-gmp/gmp/gmp.h:
PATH=`pwd`:$$PATH; \
export PATH; \
cd gmpbuild && \
- CC=$(CCX) NM=$(NM) AR=$(AR_STAGE1) $(SHELL) ./configure \
+ CC=$(CCX) NM=$(NM) AR=$(AR_STAGE1) ./configure \
--enable-shared=no \
--host=$(HOSTPLATFORM) --build=$(BUILDPLATFORM)
$(MAKE) -C libraries/integer-gmp/gmp/gmpbuild MAKEFLAGS=
More information about the ghc-commits
mailing list