summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-11-06 13:14:52 +0000
committersimonmar <unknown>2000-11-06 13:14:52 +0000
commitf3665286395b7fab0a2d40ab4bf47f0295f3cbd6 (patch)
treeca4adb8fca6ac1312d28068d2b8968c191f1288b /ghc/Makefile
parent769e8c2c3359496f8e4810b8d2e1cc999429da0c (diff)
downloadhaskell-f3665286395b7fab0a2d40ab4bf47f0295f3cbd6.tar.gz
[project @ 2000-11-06 13:14:52 by simonmar]
build the rts *after* the compiler
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index 2212e38c04..68541ab7da 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.13 2000/11/06 11:33:22 simonmar Exp $
+# $Id: Makefile,v 1.14 2000/11/06 13:14:52 simonmar Exp $
#
TOP=.
@@ -21,7 +21,7 @@ include $(TOP)/mk/boilerplate.mk
# we descend into compiler/ and lib/
#
ifeq "$(GhcWithHscBuiltViaC)" "NO"
-SUBDIRS = includes utils driver rts docs compiler lib
+SUBDIRS = includes utils driver docs compiler rts lib
else
SUBDIRS = includes utils driver rts docs lib compiler
endif