From: sewardj Date: Wed, 11 Apr 2001 10:41:46 +0000 (+0000) Subject: [project @ 2001-04-11 10:41:46 by sewardj] X-Git-Tag: Approximately_9120_patches~2169 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c733579cc8f2940a955997b145cc243cd8c0011d;p=ghc-hetmet.git [project @ 2001-04-11 10:41:46 by sewardj] GhcBinDistLinks should include ghc-pkg, not ghci-pkg. --- 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