summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-24 11:02:55 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-24 11:02:55 +0000
commitc6d2c108a2c0f8b686dbae5f01171d9199ab7046 (patch)
tree3437a7d411d3da8953a01ad490925bb16b4a36e4 /mk
parentf540ac1cab55f5d4a61e5b1e22ef48d92a7b1cfe (diff)
downloadhaskell-c6d2c108a2c0f8b686dbae5f01171d9199ab7046.tar.gz
add debug_p and thr_debug_p to $(ALL_WAYS)
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
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
#