changeset 706:611ba592723b

Remove pthread_darwin from common runtime makefile.
author Christian Kamm <kamm incasoftware de>
date Tue, 14 Oct 2008 19:48:45 +0200
parents 5a2983f97498
children 1556a9328ba1
files runtime/lib/common/tango/ldc.mak
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/lib/common/tango/ldc.mak	Tue Oct 14 15:35:49 2008 +0200
+++ b/runtime/lib/common/tango/ldc.mak	Tue Oct 14 19:48:45 2008 +0200
@@ -108,8 +108,8 @@
 
 ALL_OBJS_O= \
     $(OBJ_CORE_O) \
-    $(OBJ_STDC) \
-    $(OBJ_STDC_POSIX)
+    $(OBJ_STDC) 
+#    $(OBJ_STDC_POSIX)
 
 ######################################################