summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-05-02 11:20:01 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-05-02 11:20:01 +0000
commitb2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c (patch)
tree0e95ae2ab58b3628c134fb25b46990b985ddb81f /Makefile
parent1eb850d5c4e7b5a838119fe5cb561fbbaba01bf2 (diff)
downloadhaskell-b2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c.tar.gz
move "compat" earlier in the build for .hc bootstrapping
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad944f25db..e0d18e876d 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