[commit: ghc] master: Define utils/ghc-pkg_dist_PROG correctly for Windows (b893286)

Ian Lynagh igloo at earth.li
Sat Feb 16 23:04:47 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b893286d550ac1267d12b8e292d1a8187c5f1543

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

commit b893286d550ac1267d12b8e292d1a8187c5f1543
Author: Ian Lynagh <igloo at earth.li>
Date:   Sat Feb 16 18:35:01 2013 +0000

    Define utils/ghc-pkg_dist_PROG correctly for Windows

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

 utils/ghc-pkg/ghc.mk |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk
index fac39e8..a179ae7 100644
--- a/utils/ghc-pkg/ghc.mk
+++ b/utils/ghc-pkg/ghc.mk
@@ -13,8 +13,6 @@
 # -----------------------------------------------------------------------------
 # Bootstrapping ghc-pkg
 
-utils/ghc-pkg_dist_PROG = ghc-pkg$(exeext)
-
 utils/ghc-pkg/dist/build/Version.hs \
 utils/ghc-pkg/dist-install/build/Version.hs: mk/project.mk | $$(dir $$@)/.
 	$(call removeFiles,$@)
@@ -43,7 +41,7 @@ $(eval $(call shell-wrapper,utils/ghc-pkg,dist))
 endif
 
 utils/ghc-pkg_dist_USES_CABAL = YES
-utils/ghc-pkg_dist_PROG = ghc-pkg
+utils/ghc-pkg_dist_PROG = ghc-pkg$(exeext)
 utils/ghc-pkg_dist_SHELL_WRAPPER = YES
 utils/ghc-pkg_dist_INSTALL_INPLACE = YES
 





More information about the ghc-commits mailing list