From c2c156f9a0e043ca406e7f510f6cb3ea15143472 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 14 Oct 2008 19:48:45 +0200 Subject: [PATCH] Remove pthread_darwin from common runtime makefile. --- runtime/lib/common/tango/ldc.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/lib/common/tango/ldc.mak b/runtime/lib/common/tango/ldc.mak index 6d68fdff..c8503f91 100644 --- a/runtime/lib/common/tango/ldc.mak +++ b/runtime/lib/common/tango/ldc.mak @@ -108,8 +108,8 @@ ALL_OBJS_BC= \ ALL_OBJS_O= \ $(OBJ_CORE_O) \ - $(OBJ_STDC) \ - $(OBJ_STDC_POSIX) + $(OBJ_STDC) +# $(OBJ_STDC_POSIX) ######################################################