move "compat" earlier in the build for .hc bootstrapping
authorSimon Marlow <simonmar@microsoft.com>
Tue, 2 May 2006 11:20:01 +0000 (11:20 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 2 May 2006 11:20:01 +0000 (11:20 +0000)
Makefile

index ad944f2..e0d18e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ include $(TOP)/mk/boilerplate.mk
 
 # We can't 'make boot' in libraries until stage1 is built
 ifeq "$(BootingFromHc)" "YES"
-SUBDIRS_NOLIB = includes rts docs compiler compat utils driver
+SUBDIRS_NOLIB = includes rts compat compiler docs utils driver
 else
 SUBDIRS_NOLIB = includes compat utils driver docs compiler rts
 endif