From: simonmar Date: Thu, 29 Mar 2001 10:44:29 +0000 (+0000) Subject: [project @ 2001-03-29 10:44:29 by simonmar] X-Git-Tag: Approximately_9120_patches~2257 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1a4ecf3868ceea7ec4838b0a829ced86bf70073d [project @ 2001-03-29 10:44:29 by simonmar] update for GHC 5.00 --- diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index cbf1721..3c034a3 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.14 2001/03/29 10:44:29 simonmar 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 ghci-pkg include $(GhcMainDir)/mk/version.mk