From: Simon Marlow Date: Mon, 6 Jul 2009 09:20:31 +0000 (+0000) Subject: don't create inplace/bin/ghc- X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7f64e9c47f84f8d9fc19fcd31e2e8ad401142a54;hp=9721c56a206a342c00d623817a2bb4da77755582 don't create inplace/bin/ghc- --- diff --git a/driver/ghc/ghc.mk b/driver/ghc/ghc.mk index 9552683..75b4677 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))