diff options
author | simonmar <unknown> | 2005-04-21 09:25:40 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-04-21 09:25:40 +0000 |
commit | ff8ad7fb3651c245b0070fc121ea82fe97fee043 (patch) | |
tree | 7deb31de95c0a1cd7f3ae4be8be6bed2da1fd0b7 | |
parent | 7619203a4895c1f6a4b980088183686c61c7899d (diff) | |
download | haskell-ff8ad7fb3651c245b0070fc121ea82fe97fee043.tar.gz |
[project @ 2005-04-21 09:25:40 by simonmar]
ghcprof is a perl script, not a binary
-rw-r--r-- | ghc/mk/config.mk.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index 4bee7c874d..ea3e883cb7 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 |