[commit: integer-gmp] master: Use the mingw touch program on Windows (659d421)
Ian Lynagh
igloo at earth.li
Sat Dec 3 00:22:57 CET 2011
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 <igloo at earth.li>
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 .
More information about the Cvs-libraries
mailing list