X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=7b8598869ec88f937a6e2e0931be0fe6653b3083;hb=8a82d1837c37081ce1c7fa25ee18270b68fca339;hp=4cce33df46c26c2a723d9bbcf6ea20ccd1e59483;hpb=1d82f4b20890e987a34a71169f05729d9ca9a910;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 4cce33d..7b85988 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,3 +1,5 @@ +# ----------------------------------------------------------------------------- +# $Id: config.mk,v 1.18 2002/07/02 13:56:22 simonmar Exp $ # # GHC project configuration # @@ -7,10 +9,15 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc -GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries -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