[commit: integer-gmp] master: Follow GHC build system changes (fd3a33d)
Ian Lynagh
igloo at earth.li
Wed Jul 3 17:21:29 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fd3a33dcd5c9c6dfeaff9ce576704642f14de29d
>---------------------------------------------------------------
commit fd3a33dcd5c9c6dfeaff9ce576704642f14de29d
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Jul 3 00:13:41 2013 +0100
Follow GHC build system changes
>---------------------------------------------------------------
gmp/ghc.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gmp/ghc.mk b/gmp/ghc.mk
index 067e86f..1ded050 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:
$(CP) libraries/integer-gmp/gmp/gmpbuild/.libs/libgmp.a libraries/integer-gmp/gmp/
$(MKDIRHIER) libraries/integer-gmp/gmp/objs
cd libraries/integer-gmp/gmp/objs && $(AR_STAGE1) x ../libgmp.a
- $(RANLIB) libraries/integer-gmp/gmp/libgmp.a
+ $(RANLIB_CMD) libraries/integer-gmp/gmp/libgmp.a
# XXX TODO:
#stamp.gmp.shared:
More information about the ghc-commits
mailing list