Append $(exeext) to utils/ghc-pkg_dist_PROG
authorIan Lynagh <igloo@earth.li>
Wed, 24 Mar 2010 23:34:47 +0000 (23:34 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 24 Mar 2010 23:34:47 +0000 (23:34 +0000)
Fixes bindist creation

utils/ghc-pkg/ghc.mk

index 44b448d..d45ebac 100644 (file)
@@ -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"