From af2280a7ae3d90c787db419dd90879f000f1bc9b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 24 Mar 2010 23:34:47 +0000 Subject: [PATCH] Append $(exeext) to utils/ghc-pkg_dist_PROG Fixes bindist creation --- utils/ghc-pkg/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index 44b448d..d45ebac 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" -- 1.7.10.4