diff options
Diffstat (limited to 'utils/deriveConstants/ghc.mk')
-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 |