summaryrefslogtreecommitdiff
path: root/driver/ghci
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-02-18 00:50:34 +0000
committerIan Lynagh <igloo@earth.li>2009-02-18 00:50:34 +0000
commit16a061076237d4b6a02d9f10f69075b14e889a72 (patch)
treebe958396a929707328450cc7d089faf2894c72c3 /driver/ghci
parent2719d1e57ba9524b3acdb2b270508704f6306137 (diff)
downloadhaskell-16a061076237d4b6a02d9f10f69075b14e889a72.tar.gz
Fix ghc and ghci wrappers on Windows
Diffstat (limited to 'driver/ghci')
-rw-r--r--driver/ghci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile
index 8bb25383ef..47f51b8c23 100644
--- a/driver/ghci/Makefile
+++ b/driver/ghci/Makefile
@@ -9,8 +9,8 @@ include $(TOP)/mk/boilerplate.mk
# ghci script
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
-C_PROG = ghci
-C_PROG_VERSIONED = $(C_PROG)-$(ProjectVersion)
+C_PROG = ghci$(exeext)
+C_PROG_VERSIONED = ghci-$(ProjectVersion)$(exeext)
C_OBJS += ghci.res
all :: $(C_PROG_VERSIONED)