diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-05 08:06:24 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-05 08:06:24 +0000 |
commit | 1353826e5159c9a5a81e75e0b7459271f27c08ea (patch) | |
tree | 4bcfef21cfd1170137a284e5e6bcd154c1258fa2 /rts/Makefile | |
parent | 67136d3a04b96b043328df9d4716d3da7a24a517 (diff) | |
download | haskell-1353826e5159c9a5a81e75e0b7459271f27c08ea.tar.gz |
NCG: Validate fixes
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/Makefile b/rts/Makefile index 719b11c9ab..216d7def88 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -35,8 +35,7 @@ endif # ----------------------------------------------------------------------------- # RTS ways -WAYS= -# $(strip $(GhcLibWays) $(GhcRTSWays)) +WAYS=$(strip $(GhcLibWays) $(GhcRTSWays)) ifneq "$(findstring debug, $(way))" "" GhcRtsHcOpts= |