X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=bd00feec76d686add2ccad80bed7a4f944c1ab45;hb=4871afef95d1a9bf9d83889a08aaaa10227b57d2;hp=cbf1721b05fa8ab59e93cd9264072f4977f52a5d;hpb=195a2616b5922ad0d4104521e5b0ace418b09254;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index cbf1721..bd00fee 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.13 2001/03/26 16:56:55 simonmar Exp $ +# $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj Exp $ # # GHC project configuration # @@ -11,9 +11,10 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = ghc/docs/set -GhcBinDistShScripts = ghc ghci +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps +GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk