From c6d2c108a2c0f8b686dbae5f01171d9199ab7046 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 24 Jun 2009 11:02:55 +0000 Subject: [PATCH] add debug_p and thr_debug_p to $(ALL_WAYS) --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 6be0aa4..0502f11 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 # -- 1.7.10.4