From 8487ac4cb58905610cfe8c1ab949dc43b67e134e Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 16 Feb 2001 12:07:10 +0000 Subject: [PATCH] [project @ 2001-02-16 12:07:10 by sewardj] Remove ghc-$(ProjectVersion) from GhcBinDistPrlScripts, since it's not a perl script any more. --- ghc/mk/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 242594e..8539c99 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.11 2001/02/16 11:39:37 sewardj Exp $ +# $Id: config.mk,v 1.12 2001/02/16 12:07:10 sewardj Exp $ # # GHC project configuration # @@ -11,7 +11,7 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = ghc/docs/set -GhcBinDistPrlScripts = ghc-$(ProjectVersion) +GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps -- 1.7.10.4