From: sewardj Date: Fri, 16 Feb 2001 11:39:37 +0000 (+0000) Subject: [project @ 2001-02-16 11:39:37 by sewardj] X-Git-Tag: Approximately_9120_patches~2611 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=12552760cefba291c1a108b6be4ea58940b13804;p=ghc-hetmet.git [project @ 2001-02-16 11:39:37 by sewardj] Remove ghc-stats from GhcBinDistLibPrlScripts. --- diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 0241126..242594e 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.10 2000/09/05 09:40:08 simonmar Exp $ +# $Id: config.mk,v 1.11 2001/02/16 11:39:37 sewardj Exp $ # # GHC project configuration # @@ -12,7 +12,7 @@ GhcMainDir = ghc GhcBinDistDirs = ghc hslibs GhcBinDistDocs = ghc/docs/set GhcBinDistPrlScripts = ghc-$(ProjectVersion) -GhcBinDistLibPrlScripts = ghc-asm ghc-split ghc-stats +GhcBinDistLibPrlScripts = ghc-asm ghc-split GhcBinDistBins = hp2ps include $(GhcMainDir)/mk/version.mk