summaryrefslogtreecommitdiff
path: root/ghc/utils
diff options
context:
space:
mode:
authorsof <unknown>2005-03-08 19:14:09 +0000
committersof <unknown>2005-03-08 19:14:09 +0000
commit98bbd72e54ef1269503b64d752ed0f3d43576e16 (patch)
treebbbfadd6d7113d93a39e246144f629cb5f5015b4 /ghc/utils
parentb50a7f06b41bf3b8093fe24f5f2d13cc6ef7cce7 (diff)
downloadhaskell-98bbd72e54ef1269503b64d752ed0f3d43576e16.tar.gz
[project @ 2005-03-08 19:14:09 by sof]
give 'runhaskell' the 'exeext' treatment too
Diffstat (limited to 'ghc/utils')
-rw-r--r--ghc/utils/runghc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/utils/runghc/Makefile b/ghc/utils/runghc/Makefile
index 6a42fa7192..a083a50d41 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