[project @ 2005-03-08 19:14:09 by sof]
[ghc-hetmet.git] / ghc / utils / runghc / Makefile
index 6a42fa7..a083a50 100644 (file)
@@ -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