From: simonmar Date: Tue, 18 Jul 2000 17:09:02 +0000 (+0000) Subject: [project @ 2000-07-18 17:09:02 by simonmar] X-Git-Tag: Approximately_9120_patches~3975 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b029b888988305d17d6df1b3523bf8e5e57c4377;p=ghc-hetmet.git [project @ 2000-07-18 17:09:02 by simonmar] remove hscpp --- 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