X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=bd00feec76d686add2ccad80bed7a4f944c1ab45;hb=bbaa82e5b5a0ae8937616a7b774772506b6b067e;hp=8539c99ee980077a653bf6772235f9e890db4705;hpb=8487ac4cb58905610cfe8c1ab949dc43b67e134e;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 8539c99..bd00fee 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.12 2001/02/16 12:07:10 sewardj Exp $ +# $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj Exp $ # # GHC project configuration # @@ -11,8 +11,10 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = ghc/docs/set +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