From b029b888988305d17d6df1b3523bf8e5e57c4377 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 18 Jul 2000 17:09:02 +0000 Subject: [PATCH] [project @ 2000-07-18 17:09:02 by simonmar] remove hscpp --- 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 449e365..b2ea4bf 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.7 2000/04/07 13:34:03 simonmar Exp $ +# $Id: config.mk,v 1.8 2000/07/18 17:09:02 simonmar Exp $ # # GHC project configuration # @@ -12,7 +12,7 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = docs ghc/docs/set GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid -GhcBinDistLibPrlScripts = hscpp mkdependHS +GhcBinDistLibPrlScripts = mkdependHS GhcBinDistBins = hp2ps include $(GhcMainDir)/mk/version.mk -- 1.7.10.4