From 98bbd72e54ef1269503b64d752ed0f3d43576e16 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 8 Mar 2005 19:14:09 +0000 Subject: [PATCH] [project @ 2005-03-08 19:14:09 by sof] give 'runhaskell' the 'exeext' treatment too --- ghc/utils/runghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4