Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp On branch : master
http://hackage.haskell.org/trac/ghc/changeset/659d4213140c6212510a563bfd2684caaf58a649 >--------------------------------------------------------------- commit 659d4213140c6212510a563bfd2684caaf58a649 Author: Ian Lynagh <[email protected]> Date: Fri Dec 2 14:48:16 2011 +0000 Use the mingw touch program on Windows >--------------------------------------------------------------- gmp/ghc.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gmp/ghc.mk b/gmp/ghc.mk index 95b3fbe..78dfa8a 100644 --- a/gmp/ghc.mk +++ b/gmp/ghc.mk @@ -152,7 +152,7 @@ libraries/integer-gmp/gmp/libgmp.a libraries/integer-gmp/gmp/gmp.h: # CC=$(CC_STAGE1) $(SHELL) configure \ # --enable-shared=yes --disable-static \ # --host=$(HOSTPLATFORM) --build=$(BUILDPLATFORM) -# touch $@ +# "$(TOUCH_CMD)" $@ # #gmp.h: stamp.gmp.static # $(CP) gmpbuild/gmp.h . _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
