From 768a79f978cc38a19ba3de7e15c0b29b1c9d46fe Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 27 Feb 2002 11:18:30 +0000 Subject: [PATCH] [project @ 2002-02-27 11:18:30 by simonmar] add libraries to BinDistDirs --- 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 bd99586..7b2f2a5 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: config.mk,v 1.16 2002/01/10 10:46:12 sof Exp $ +# $Id: config.mk,v 1.17 2002/02/27 11:18:30 simonmar Exp $ # # GHC project configuration # @@ -9,7 +9,7 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc hslibs +GhcBinDistDirs = ghc libraries hslibs GhcBinDistDocs = ghc/docs/set ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) -- 1.7.10.4