[commit: ghc] master: Fix Windows build (6aed04f)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/6aed04f013f90ea90b7d934f9ec8f8a399913c40 >--------------------------------------------------------------- commit 6aed04f013f90ea90b7d934f9ec8f8a399913c40 Author: Ian Lynagh <[email protected]> Date: Wed Oct 3 22:52:05 2012 +0100 Fix Windows build >--------------------------------------------------------------- driver/ghci/ghc.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/driver/ghci/ghc.mk b/driver/ghci/ghc.mk index 88c6aaf..7220090 100644 --- a/driver/ghci/ghc.mk +++ b/driver/ghci/ghc.mk @@ -32,6 +32,7 @@ driver/ghci_dist_C_SRCS = ghci.c ../utils/cwrapper.c ../utils/getLocation.c driver/ghci_dist_CC_OPTS += -I driver/utils driver/ghci_dist_PROG = ghci$(exeext) driver/ghci_dist_INSTALL = YES +driver/ghci_dist_INSTALL_INPLACE = YES driver/ghci_dist_OTHER_OBJS = driver/ghci/ghci.res $(eval $(call build-prog,driver/ghci,dist,1))