From 3ad9f659eea36834baeb2545191c863db6eee4d8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Apr 2001 13:24:45 +0000 Subject: [PATCH] [project @ 2001-04-24 13:24:45 by simonmar] SUBDIRS should include utils when BootingFromHc. --- ghc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4