diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-13 00:35:58 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-13 00:35:58 +0000 |
commit | 30b7eba2b160b9c18fa155499de527411aa38b45 (patch) | |
tree | 07a8f5dfd920c468804b16e12f38765ba5670867 /utils | |
parent | 37710de28d4e080241c48c1b54d20d9b8fd3a529 (diff) | |
download | haskell-30b7eba2b160b9c18fa155499de527411aa38b45.tar.gz |
Fix build on Windows
Diffstat (limited to 'utils')
-rw-r--r-- | utils/deriveConstants/ghc.mk | 2 |
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 |