From f5708a1a3db369d5e668dae35843b66b0b5dead3 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 6 Jan 2001 12:45:13 +0000 Subject: [PATCH] [project @ 2001-01-06 12:45:13 by panne] Make ghc/hslibs instead of happy the default projects to build/install again. --- 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 49fb11b..4390373 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -114,12 +114,12 @@ ifeq "$(GhcWithHscBuiltViaC)" "YES" # need hslibs/lang first if we're bootstrapping ProjectsToBuild = glafp-utils hslibs ghc else -ProjectsToBuild = glafp-utils happy +ProjectsToBuild = glafp-utils ghc hslibs endif # # Make a distinction between building and installing # -ProjectsToInstall = glafp-utils happy +ProjectsToInstall = glafp-utils ghc hslibs # # Should the various project tests directories be built? -- 1.7.10.4