[project @ 2001-01-06 12:45:13 by panne]
authorpanne <unknown>
Sat, 6 Jan 2001 12:45:13 +0000 (12:45 +0000)
committerpanne <unknown>
Sat, 6 Jan 2001 12:45:13 +0000 (12:45 +0000)
Make ghc/hslibs instead of happy the default projects to build/install
again.

mk/config.mk.in

index 49fb11b..4390373 100644 (file)
@@ -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?