From: simonmar Date: Tue, 30 Nov 1999 10:22:57 +0000 (+0000) Subject: [project @ 1999-11-30 10:22:57 by simonmar] X-Git-Tag: Approximately_9120_patches~5468 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46f5b2db2142e6838ea5ff865b23ce193fe3c509;p=ghc-hetmet.git [project @ 1999-11-30 10:22:57 by simonmar] Add hslibs to the default $(ProjectsTo{Install,Build}) --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 713b42c..a2f6a65 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -110,11 +110,11 @@ exeext=@exeext@ # * ghc next # then it's up to you -ProjectsToBuild = glafp-utils ghc +ProjectsToBuild = glafp-utils ghc hslibs # # Make a distinction between building and installing # -ProjectsToInstall = glafp-utils ghc +ProjectsToInstall = glafp-utils ghc hslibs # # Should the various project tests directories be built?