[project @ 2001-04-24 13:24:45 by simonmar]
authorsimonmar <unknown>
Tue, 24 Apr 2001 13:24:45 +0000 (13:24 +0000)
committersimonmar <unknown>
Tue, 24 Apr 2001 13:24:45 +0000 (13:24 +0000)
SUBDIRS should include utils when BootingFromHc.

ghc/Makefile

index c62f588..d315ae0 100644 (file)
@@ -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