From: panne Date: Sat, 6 Jan 2001 12:45:13 +0000 (+0000) Subject: [project @ 2001-01-06 12:45:13 by panne] X-Git-Tag: Approximately_9120_patches~2960 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f5708a1a3db369d5e668dae35843b66b0b5dead3;hp=2a8d65fe6bc8873af2aae4783a885b3e3ad1c1f4;p=ghc-hetmet.git [project @ 2001-01-06 12:45:13 by panne] Make ghc/hslibs instead of happy the default projects to build/install again. --- 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?