From: simonmar Date: Fri, 26 May 2000 11:38:44 +0000 (+0000) Subject: [project @ 2000-05-26 11:38:44 by simonmar] X-Git-Tag: Approximately_9120_patches~4369 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6d7dde8eeea4d6dce4b97f225e3b7fdd68697581;p=ghc-hetmet.git [project @ 2000-05-26 11:38:44 by simonmar] Build hslibs first if we're bootstrapping from .hc files. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index b0295b2..ca8a553 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -110,7 +110,12 @@ exeext=@exeext@ # * ghc next # then it's up to you +ifeq "$(GhcWithHscBuiltViaC)" "YES" +# need hslibs/lang first if we're bootstrapping +ProjectsToBuild = glafp-utils hslibs ghc +else ProjectsToBuild = glafp-utils ghc hslibs +endif # # Make a distinction between building and installing #