Skip to content
Snippets Groups Projects
Commit f3665286 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-11-06 13:14:52 by simonmar]

build the rts *after* the compiler
parent 769e8c2c
No related merge requests found
#-----------------------------------------------------------------------------
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment