Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/30b7eba2b160b9c18fa155499de527411aa38b45 >--------------------------------------------------------------- commit 30b7eba2b160b9c18fa155499de527411aa38b45 Author: Ian Lynagh <i...@well-typed.com> Date: Tue Nov 13 00:35:58 2012 +0000 Fix build on Windows >--------------------------------------------------------------- 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 baed84e..f181077 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 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc