From 7d116768afbed23f0d1de1458a4cbbaad9c24446 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 8 Mar 2005 11:57:57 +0000 Subject: [PATCH] [project @ 2005-03-08 11:57:57 by simonmar] Add runhaskell as an optional binary --- ghc/mk/config.mk.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index a4786ea..5c3a383 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -20,6 +20,7 @@ endif GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps ghcprof +GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg GhcBinDistLibSplicedFiles = package.conf -- 1.7.10.4