From ff8ad7fb3651c245b0070fc121ea82fe97fee043 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 21 Apr 2005 09:25:40 +0000 Subject: [PATCH] [project @ 2005-04-21 09:25:40 by simonmar] ghcprof is a perl script, not a binary --- ghc/mk/config.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index 4bee7c8..ea3e883 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -18,8 +18,8 @@ GhcBinDistShScripts = endif GhcBinDistPrlScripts = -GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof runghc +GhcBinDistLibPrlScripts = ghc-asm ghc-split ghcprof +GhcBinDistBins = hp2ps runghc GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg GhcBinDistLibSplicedFiles = package.conf -- 1.7.10.4