diff options
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= |