diff options
author | Christian Maeder <Christian.Maeder@dfki.de> | 2014-05-18 21:36:40 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-05-18 21:36:40 -0500 |
commit | 39aa1e95f5ffaf3409ae9d741e4a886fcd38652b (patch) | |
tree | 193970b5ce412ba571f9f5655ec4e05ff286d15e /libraries/integer-gmp/gmp/ghc.mk | |
parent | b75d126e779e8690c675be84e8972dc023e04b9b (diff) | |
download | haskell-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.mk | 2 |
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= |