[commit: hsc2hs] master: Follow changes in GHC build system (64be708)

Ian Lynagh igloo at earth.li
Sun Mar 3 23:21:43 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/64be7088ffa028bdb4a328632f88d3b1b6cf0baa

>---------------------------------------------------------------

commit 64be7088ffa028bdb4a328632f88d3b1b6cf0baa
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Mar 3 21:38:23 2013 +0000

    Follow changes in GHC build system

>---------------------------------------------------------------

 ghc.mk |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index 70284a4..cbbdc6e 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1,8 +1,8 @@
 utils/hsc2hs_USES_CABAL = YES
 utils/hsc2hs_PACKAGE = hsc2hs
 
-utils/hsc2hs_dist_PROG         = $(GHC_HSC2HS_PGM)
-utils/hsc2hs_dist-install_PROG = $(GHC_HSC2HS_PGM)
+utils/hsc2hs_dist_PROG         = hsc2hs$(exeext)
+utils/hsc2hs_dist-install_PROG = hsc2hs$(exeext)
 
 utils/hsc2hs_dist_SHELL_WRAPPER = YES
 utils/hsc2hs_dist_INSTALL = NO
@@ -30,12 +30,12 @@ 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
 # dependency to ensure these libs are built before we invoke hsc2hs:
-$(HSC2HS_INPLACE) : $(OTHER_LIBS)
+$(hsc2hs_INPLACE) : $(OTHER_LIBS)
 
 $(utils/hsc2hs_template) : utils/hsc2hs/template-hsc.h | $$(dir $$@)/.
 	"$(CP)" $< $@





More information about the ghc-commits mailing list