diff options
author | kan <kan@FreeBSD.org> | 2002-10-30 18:01:06 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2002-10-30 18:01:06 +0000 |
commit | 388f8f322a9b3ca49e4f317773395687af6c2de7 (patch) | |
tree | 57e58866a995581123bdee0cd373224e321fff2f /gnu | |
parent | 27e2336a32675b2cd36865c86a1d9fb1c8259586 (diff) | |
download | FreeBSD-src-388f8f322a9b3ca49e4f317773395687af6c2de7.zip FreeBSD-src-388f8f322a9b3ca49e4f317773395687af6c2de7.tar.gz |
Build Objective-C runtime support library with thr-posix.c.
Submitted by: davidc
Requested by: obrien
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libobjc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |