From: sof Date: Tue, 8 Mar 2005 19:14:09 +0000 (+0000) Subject: [project @ 2005-03-08 19:14:09 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~940 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=98bbd72e54ef1269503b64d752ed0f3d43576e16 [project @ 2005-03-08 19:14:09 by sof] give 'runhaskell' the 'exeext' treatment too --- diff --git a/ghc/utils/runghc/Makefile b/ghc/utils/runghc/Makefile index 6a42fa7..a083a50 100644 --- a/ghc/utils/runghc/Makefile +++ b/ghc/utils/runghc/Makefile @@ -39,7 +39,7 @@ runhaskell : $(HS_PROG) # Only install runhaskell if there isn't already one installed ifneq "$(findstring install, $(MAKECMDGOALS))" "" ifeq "$(wildcard $(bindir)/runhaskell)" "" -INSTALL_PROGS += runhaskell +INSTALL_PROGS += runhaskell$(exeext) endif endif