X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=7b8598869ec88f937a6e2e0931be0fe6653b3083;hb=97906cfcc30dd591e840921d336fdabeb1b8a315;hp=2f9ba8d3482b59850d199f4b385aed92dfda2f98;hpb=aa282b8584fff7132839d02e3dcfa6de55e7d091;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 2f9ba8d..7b85988 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.9 2000/08/02 15:39:11 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/set -GhcBinDistPrlScripts = ghc-$(ProjectVersion) -GhcBinDistLibPrlScripts = ghc-asm ghc-split ghc-stats -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