diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-24 11:02:55 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-24 11:02:55 +0000 |
commit | c6d2c108a2c0f8b686dbae5f01171d9199ab7046 (patch) | |
tree | 3437a7d411d3da8953a01ad490925bb16b4a36e4 /mk | |
parent | f540ac1cab55f5d4a61e5b1e22ef48d92a7b1cfe (diff) | |
download | haskell-c6d2c108a2c0f8b686dbae5f01171d9199ab7046.tar.gz |
add debug_p and thr_debug_p to $(ALL_WAYS)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 6be0aa4228..0502f11162 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -918,7 +918,7 @@ endif # # The ways currently defined. # -ALL_WAYS=v p t l s mp mg debug dyn thr thr_l debug_dyn thr_dyn thr_debug_dyn thr_p thr_debug thr_debug_l +ALL_WAYS=v p t l s mp mg debug dyn thr thr_l debug_dyn thr_dyn thr_debug_dyn thr_p thr_debug thr_debug_l debug_p thr_debug_p USER_WAYS=a b c d e f g h j k l m n o A B # |