diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-02 19:07:52 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-02 19:07:52 +0000 |
commit | 9ab9ffe6d740fdd9ae92b7f6e3f7b0c43da17dbf (patch) | |
tree | ec85ae5185f11c5d2003e66bbf7c2f6b063bdfa0 /rts/Makefile | |
parent | 44473064dd18c12de7a4ec7f73e4eaa7c97a857d (diff) | |
download | haskell-9ab9ffe6d740fdd9ae92b7f6e3f7b0c43da17dbf.tar.gz |
fast make omits all GHC stages
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 1 |
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 |