From: Simon Marlow Date: Tue, 2 May 2006 11:20:01 +0000 (+0000) Subject: move "compat" earlier in the build for .hc bootstrapping X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c move "compat" earlier in the build for .hc bootstrapping --- 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