From e23544ccf24d8c951572b2cc343a61732aa82160 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 19 May 2003 13:01:23 +0000 Subject: [PATCH] [project @ 2003-05-19 13:01:23 by simonmar] Remove obsolete references to DriFT, DtdToHaskell and Xtract. --- 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 e334861..6391f87 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.19 2003/03/05 10:22:22 simonmar Exp $ +# $Id: config.mk,v 1.20 2003/05/19 13:01:23 simonmar Exp $ # # GHC project configuration # @@ -19,7 +19,7 @@ endif GhcBinDistPrlScripts = GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof DrIFT DtdToHaskell Xtract +GhcBinDistBins = hp2ps ghcprof GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk -- 1.7.10.4