[commit: ghc] master: integer-gmp: do not confuse ./configure (#8783) (39aa1e9)

git at git.haskell.org git at git.haskell.org
Mon May 19 05:10:36 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/39aa1e95f5ffaf3409ae9d741e4a886fcd38652b/ghc

>---------------------------------------------------------------

commit 39aa1e95f5ffaf3409ae9d741e4a886fcd38652b
Author: Christian Maeder <Christian.Maeder at dfki.de>
Date:   Sun May 18 21:36:40 2014 -0500

    integer-gmp: do not confuse ./configure (#8783)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

39aa1e95f5ffaf3409ae9d741e4a886fcd38652b
 libraries/integer-gmp/gmp/ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk
index ab89917..139ae93 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=



More information about the ghc-commits mailing list