summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-03-24 23:34:47 +0000
committerIan Lynagh <igloo@earth.li>2010-03-24 23:34:47 +0000
commitaf2280a7ae3d90c787db419dd90879f000f1bc9b (patch)
tree465ed0c9808776ca36f32698c4355d9935098a0a /utils
parent18f1d72ef459c7ba8f230beaa132fe6c7e592723 (diff)
downloadhaskell-af2280a7ae3d90c787db419dd90879f000f1bc9b.tar.gz
Append $(exeext) to utils/ghc-pkg_dist_PROG
Fixes bindist creation
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk
index 44b448d69a..d45ebacd5e 100644
--- a/utils/ghc-pkg/ghc.mk
+++ b/utils/ghc-pkg/ghc.mk
@@ -13,7 +13,7 @@
# -----------------------------------------------------------------------------
# Bootstrapping ghc-pkg
-utils/ghc-pkg_dist_PROG = ghc-pkg
+utils/ghc-pkg_dist_PROG = ghc-pkg$(exeext)
ifeq "$(BootingFromHc)" "YES"