From c733579cc8f2940a955997b145cc243cd8c0011d Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 11 Apr 2001 10:41:46 +0000 Subject: [PATCH] [project @ 2001-04-11 10:41:46 by sewardj] GhcBinDistLinks should include ghc-pkg, not ghci-pkg. --- ghc/mk/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 3c034a3..bd00fee 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.14 2001/03/29 10:44:29 simonmar Exp $ +# $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj Exp $ # # GHC project configuration # @@ -15,6 +15,6 @@ GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(Pro GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract -GhcBinDistLinks = ghc ghci ghci-pkg +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk -- 1.7.10.4