[project @ 2000-05-26 11:38:44 by simonmar]
authorsimonmar <unknown>
Fri, 26 May 2000 11:38:44 +0000 (11:38 +0000)
committersimonmar <unknown>
Fri, 26 May 2000 11:38:44 +0000 (11:38 +0000)
Build hslibs first if we're bootstrapping from .hc files.

mk/config.mk.in

index b0295b2..ca8a553 100644 (file)
@@ -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
 #