From 30b7eba2b160b9c18fa155499de527411aa38b45 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 13 Nov 2012 00:35:58 +0000 Subject: Fix build on Windows --- utils/deriveConstants/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/deriveConstants') 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 -- cgit v1.2.1