summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-13 00:35:58 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-13 00:35:58 +0000
commit30b7eba2b160b9c18fa155499de527411aa38b45 (patch)
tree07a8f5dfd920c468804b16e12f38765ba5670867 /utils
parent37710de28d4e080241c48c1b54d20d9b8fd3a529 (diff)
downloadhaskell-30b7eba2b160b9c18fa155499de527411aa38b45.tar.gz
Fix build on Windows
Diffstat (limited to 'utils')
-rw-r--r--utils/deriveConstants/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/deriveConstants/ghc.mk b/utils/deriveConstants/ghc.mk
index baed84e949..f181077080 100644
--- a/utils/deriveConstants/ghc.mk
+++ b/utils/deriveConstants/ghc.mk
@@ -11,7 +11,7 @@
# -----------------------------------------------------------------------------
utils/deriveConstants_dist_MODULES = DeriveConstants
-utils/deriveConstants_dist_PROG = deriveConstants
+utils/deriveConstants_dist_PROG = deriveConstants$(exeext)
utils/deriveConstants_dist_INSTALL_INPLACE = YES
utils/deriveConstants_HC_OPTS += -package process -package containers