summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/gmp/ghc.mk
diff options
context:
space:
mode:
authorChristian Maeder <Christian.Maeder@dfki.de>2014-05-18 21:36:40 -0500
committerAustin Seipp <austin@well-typed.com>2014-05-18 21:36:40 -0500
commit39aa1e95f5ffaf3409ae9d741e4a886fcd38652b (patch)
tree193970b5ce412ba571f9f5655ec4e05ff286d15e /libraries/integer-gmp/gmp/ghc.mk
parentb75d126e779e8690c675be84e8972dc023e04b9b (diff)
downloadhaskell-39aa1e95f5ffaf3409ae9d741e4a886fcd38652b.tar.gz
integer-gmp: do not confuse ./configure (#8783)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'libraries/integer-gmp/gmp/ghc.mk')
-rw-r--r--libraries/integer-gmp/gmp/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk
index ab899176ab..139ae93515 100644
--- a/libraries/integer-gmp/gmp/ghc.mk
+++ b/libraries/integer-gmp/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=