From 388f8f322a9b3ca49e4f317773395687af6c2de7 Mon Sep 17 00:00:00 2001 From: kan Date: Wed, 30 Oct 2002 18:01:06 +0000 Subject: Build Objective-C runtime support library with thr-posix.c. Submitted by: davidc Requested by: obrien --- gnu/lib/libobjc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index 35cf26a..b6af267 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -11,7 +11,7 @@ NOPIC= works but method lookup slowdown is significant SRCS= archive.c class.c encoding.c gc.c hash.c init.c misc.c \ nil_method.c objects.c sarray.c selector.c sendmsg.c \ - thr.c thr-single.c \ + thr.c thr-posix.c \ NXConstStr.m Object.m Protocol.m linking.m INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \ -- cgit v1.1