summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/ghc/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/ghc/ghc.mk b/driver/ghc/ghc.mk
index 95526831d7..75b4677d87 100644
--- a/driver/ghc/ghc.mk
+++ b/driver/ghc/ghc.mk
@@ -15,6 +15,7 @@ ifeq "$(Windows)" "YES"
driver/ghc_dist_C_SRCS = ghc.c
driver/ghc_dist_PROG = ghc-$(ProjectVersion)
driver/ghc_dist_INSTALL = YES
+driver/ghc_dist_INSTALL_INPLACE = NO
$(eval $(call build-prog,driver/ghc,dist,0))