[commit: hsc2hs] master: Tweak a dependency (3b81844)
Ian Lynagh
igloo at earth.li
Tue Mar 20 19:30:23 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3b818443099d03faf91361065ea1d642d15feeb7
>---------------------------------------------------------------
commit 3b818443099d03faf91361065ea1d642d15feeb7
Author: Ian Lynagh <igloo at earth.li>
Date: Mon Mar 19 11:48:12 2012 +0000
Tweak a dependency
This stops inplace/bin/hsc2hs.exe appearing to be always out-of-date
on Windows.
>---------------------------------------------------------------
ghc.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index 1049aa8..0a104c1 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -29,7 +29,7 @@ endef
ifneq "$(BINDIST)" "YES"
-$(HSC2HS_INPLACE) : $(utils/hsc2hs_template)
+$(HSC2HS_INPLACE) : | $(utils/hsc2hs_template)
# When invoked in the source tree, hsc2hs will try to link in
# extra-libs from the packages, including libgmp.a. So we need a
More information about the Cvs-ghc
mailing list