From ce758534a01338cc26e6deecccf2e5e6c12470e6 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 10 Jan 2002 10:46:12 +0000 Subject: [PATCH] [project @ 2002-01-10 10:46:12 by sof] Better off if GhcBinDistShScripts is just empty on mingw plats --- ghc/mk/config.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4