diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-05-02 11:20:01 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-05-02 11:20:01 +0000 |
commit | b2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c (patch) | |
tree | 0e95ae2ab58b3628c134fb25b46990b985ddb81f /Makefile | |
parent | 1eb850d5c4e7b5a838119fe5cb561fbbaba01bf2 (diff) | |
download | haskell-b2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c.tar.gz |
move "compat" earlier in the build for .hc bootstrapping
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |