[project @ 2005-03-08 19:14:09 by sof]
authorsof <unknown>
Tue, 8 Mar 2005 19:14:09 +0000 (19:14 +0000)
committersof <unknown>
Tue, 8 Mar 2005 19:14:09 +0000 (19:14 +0000)
give 'runhaskell' the 'exeext' treatment too

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