From: sof Date: Thu, 10 Jan 2002 10:46:12 +0000 (+0000) Subject: [project @ 2002-01-10 10:46:12 by sof] X-Git-Tag: Approximately_9120_patches~290 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce758534a01338cc26e6deecccf2e5e6c12470e6;p=ghc-hetmet.git [project @ 2002-01-10 10:46:12 by sof] Better off if GhcBinDistShScripts is just empty on mingw plats --- diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index bd00fee..bd99586 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj Exp $ +# $Id: config.mk,v 1.16 2002/01/10 10:46:12 sof Exp $ # # GHC project configuration # @@ -11,7 +11,11 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = ghc/docs/set +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +else +GhcBinDistShScripts= +endif GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract