X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fmk%2Fconfig.mk;h=7b8598869ec88f937a6e2e0931be0fe6653b3083;hb=0da818eea687f768d9e3cca513bea17e5b38caba;hp=1dcf973c1f285de80e4f2893bf08ded2bde0b552;hpb=0d1fa3dbb32288f794af349942377e1cd2a79edb;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 1dcf973..7b85988 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.6 2000/01/20 14:53:42 simonmar Exp $ +# $Id: config.mk,v 1.18 2002/07/02 13:56:22 simonmar Exp $ # # GHC project configuration # @@ -9,10 +9,15 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc hslibs -GhcBinDistDocs = docs ghc/docs/users_guide hslibs/doc -GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid -GhcBinDistLibPrlScripts = hscpp mkdependHS -GhcBinDistBins = hp2ps +GhcBinDistDirs = ghc libraries hslibs +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 +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk