summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-02 19:07:52 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-02 19:07:52 +0000
commit9ab9ffe6d740fdd9ae92b7f6e3f7b0c43da17dbf (patch)
treeec85ae5185f11c5d2003e66bbf7c2f6b063bdfa0 /rts/Makefile
parent44473064dd18c12de7a4ec7f73e4eaa7c97a857d (diff)
downloadhaskell-9ab9ffe6d740fdd9ae92b7f6e3f7b0c43da17dbf.tar.gz
fast make omits all GHC stages
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile
index 74f7fad95c..15fa685e02 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -14,3 +14,4 @@ dir = rts
TOP = ..
include $(TOP)/mk/sub-makefile.mk
+FAST_MAKE_OPTS += stage=none