From: simonmar Date: Tue, 24 Apr 2001 13:24:45 +0000 (+0000) Subject: [project @ 2001-04-24 13:24:45 by simonmar] X-Git-Tag: Approximately_9120_patches~2111 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3ad9f659eea36834baeb2545191c863db6eee4d8;p=ghc-hetmet.git [project @ 2001-04-24 13:24:45 by simonmar] SUBDIRS should include utils when BootingFromHc. --- diff --git a/ghc/Makefile b/ghc/Makefile index c62f588..d315ae0 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.15 2001/03/23 16:36:20 simonmar Exp $ +# $Id: Makefile,v 1.16 2001/04/24 13:24:45 simonmar Exp $ # TOP=. @@ -18,10 +18,10 @@ include $(TOP)/mk/boilerplate.mk # before the rest to have a config.h, etc. # # If we're booting from .hc files, swap the order -# we descend into compiler/ and lib/ +# we descend into compiler/ and lib/. # ifeq "$(BootingFromHc)" "YES" -SUBDIRS = includes driver rts docs lib compiler +SUBDIRS = includes utils rts docs lib compiler driver else SUBDIRS = includes utils driver docs compiler rts lib endif