Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3b818443099d03faf91361065ea1d642d15feeb7 >--------------------------------------------------------------- commit 3b818443099d03faf91361065ea1d642d15feeb7 Author: Ian Lynagh <[email protected]> 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
