From 1a4ecf3868ceea7ec4838b0a829ced86bf70073d Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 29 Mar 2001 10:44:29 +0000 Subject: [PATCH] [project @ 2001-03-29 10:44:29 by simonmar] update for GHC 5.00 --- ghc/mk/config.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.7.10.4