From 99e7c7530977a448775650cd48ba4889aab9b0ed Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 8 Mar 2005 15:33:35 +0000 Subject: [PATCH] [project @ 2005-03-08 15:33:35 by simonmar] Install runghc too --- ghc/mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index 5c3a383..4bee7c8 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -19,7 +19,7 @@ endif GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof +GhcBinDistBins = hp2ps ghcprof runghc GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg GhcBinDistLibSplicedFiles = package.conf -- 1.7.10.4