summaryrefslogtreecommitdiff
path: root/driver/ghc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ghc/Makefile')
-rw-r--r--driver/ghc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghc/Makefile b/driver/ghc/Makefile
index 55167ecf9b..dcde9948c0 100644
--- a/driver/ghc/Makefile
+++ b/driver/ghc/Makefile
@@ -2,7 +2,7 @@ TOP=../..
include $(TOP)/mk/boilerplate.mk
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
-C_PROG = ghc-$(ProjectVersion)
+C_PROG = ghc-$(ProjectVersion)$(exeext)
INSTALL_PROGS += $(C_PROG)
else
SCRIPT_DIR = $(DESTDIR)$(bindir)