X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=6391f87b2fcc40f1c58782760537d10695357210;hb=20593d1d1cf47050d9430895a1c2ada6c39dfb98;hp=bd00feec76d686add2ccad80bed7a4f944c1ab45;hpb=c733579cc8f2940a955997b145cc243cd8c0011d;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index bd00fee..6391f87 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.20 2003/05/19 13:01:23 simonmar Exp $ # # GHC project configuration # @@ -9,12 +9,17 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc hslibs -GhcBinDistDocs = ghc/docs/set -GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +GhcBinDistDirs = ghc libraries hslibs + +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs +else +GhcBinDistShScripts = +endif + GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract +GhcBinDistBins = hp2ps ghcprof GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk