aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libobjc/Makefile
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-05-19 05:52:28 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-05-19 05:52:28 +0000
commit68e56eb18ebc9772627b279849093535ee1111e1 (patch)
tree28b37eaf7586a8188fbcb1c163dc45c0afd01e5d /gnu/lib/libobjc/Makefile
parent4ce71ef71861c9878ba10f245202183fa984ee8b (diff)
Notes
Diffstat (limited to 'gnu/lib/libobjc/Makefile')
-rw-r--r--gnu/lib/libobjc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile
index fad1687ea5f3..de10f711c53a 100644
--- a/gnu/lib/libobjc/Makefile
+++ b/gnu/lib/libobjc/Makefile
@@ -11,7 +11,7 @@ SHLIB_MAJOR= 2
SRCS= archive.c class.c encoding.c gc.c hash.c init.c linking.m misc.c \
nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \
- selector.c sendmsg.c thr.c thr-objc.c exception.c hash_compat.c
+ selector.c sendmsg.c thr.c thr-objc.c exception.c
INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \
sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h