X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fghci%2FMakefile;fp=driver%2Fghci%2FMakefile;h=47f51b8c23763426e5197df9608c88a4e1bc38f3;hp=8bb25383ef94efe5c7f406d161ed53db11c639bf;hb=16a061076237d4b6a02d9f10f69075b14e889a72;hpb=2719d1e57ba9524b3acdb2b270508704f6306137 diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index 8bb2538..47f51b8 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)