summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2013-02-16 18:35:01 +0000
committerIan Lynagh <igloo@earth.li>2013-02-16 18:35:01 +0000
commitb893286d550ac1267d12b8e292d1a8187c5f1543 (patch)
tree254dfe0bcda799608bdd1cc45d6ab804fc1bbc51 /utils
parent9857a6a0fa7a83ae52cd8840c95b0ee268282c05 (diff)
downloadhaskell-b893286d550ac1267d12b8e292d1a8187c5f1543.tar.gz
Define utils/ghc-pkg_dist_PROG correctly for Windows
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk
index fac39e8d5e..a179ae7940 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