diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-03 07:14:11 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-03 07:14:11 +0000 |
commit | 337d98de1eaf6689269c9788d1983569a98d46a0 (patch) | |
tree | c286e317e1e76c3df6a0ffc9729eeb1104954b41 /rts/Makefile | |
parent | 1823fc8726f61ec8d1d1fa6a6a36d84062f1f437 (diff) | |
download | haskell-337d98de1eaf6689269c9788d1983569a98d46a0.tar.gz |
NCG: Move the graph allocator into its own dir
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/Makefile b/rts/Makefile index 216d7def88..719b11c9ab 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -35,7 +35,8 @@ endif # ----------------------------------------------------------------------------- # RTS ways -WAYS=$(strip $(GhcLibWays) $(GhcRTSWays)) +WAYS= +# $(strip $(GhcLibWays) $(GhcRTSWays)) ifneq "$(findstring debug, $(way))" "" GhcRtsHcOpts= |