From b2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 2 May 2006 11:20:01 +0000 Subject: [PATCH] move "compat" earlier in the build for .hc bootstrapping --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad944f2..e0d18e8 100644 --- 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 -- 1.7.10.4