X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=bd00feec76d686add2ccad80bed7a4f944c1ab45;hb=d4e38936bf64bcd3dc301ec404406bbff20f01d5;hp=b2ea4bf469f82e73a32f1ba068e26b3cf48c2a5c;hpb=b029b888988305d17d6df1b3523bf8e5e57c4377;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index b2ea4bf..bd00fee 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.8 2000/07/18 17:09:02 simonmar Exp $ +# $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj Exp $ # # GHC project configuration # @@ -10,9 +10,11 @@ # what to include in a binary distribution GhcMainDir = ghc GhcBinDistDirs = ghc hslibs -GhcBinDistDocs = docs ghc/docs/set -GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid -GhcBinDistLibPrlScripts = mkdependHS -GhcBinDistBins = hp2ps +GhcBinDistDocs = ghc/docs/set +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +GhcBinDistPrlScripts = +GhcBinDistLibPrlScripts = ghc-asm ghc-split +GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk