From a9aa1f5910891f65daa7982fd3a7f38b40c69a7e Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 29 Apr 2005 21:02:15 +0000 Subject: [PATCH] [project @ 2005-04-29 21:02:15 by sof] 'ghcprof' is a perl script, but installed in the bin/ directory. Merge to STABLE --- 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 1f004dd..e3060ec 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -17,8 +17,8 @@ else GhcBinDistShScripts = endif -GhcBinDistPrlScripts = -GhcBinDistLibPrlScripts = ghc-asm ghc-split ghcprof +GhcBinDistPrlScripts = ghcprof +GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps runghc GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg -- 1.7.10.4