From 46f5b2db2142e6838ea5ff865b23ce193fe3c509 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 30 Nov 1999 10:22:57 +0000 Subject: [PATCH] [project @ 1999-11-30 10:22:57 by simonmar] Add hslibs to the default $(ProjectsTo{Install,Build}) --- mk/config.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? -- 1.7.10.4