summaryrefslogtreecommitdiff
path: root/gnu/lib/libobjc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-03-30 08:10:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-03-30 08:10:38 +0000
commit2a877ab38383f3a30c55161ccd01877c5daca9a9 (patch)
treed87813dbd05e4f462813b7914db81eda40ce0b40 /gnu/lib/libobjc
parent80b6b0e639004282e23e6eaf6465ffe37e3ff794 (diff)
Notes
Diffstat (limited to 'gnu/lib/libobjc')
-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 1d7d3234b63a..7d09ae5ec300 100644
--- a/gnu/lib/libobjc/Makefile
+++ b/gnu/lib/libobjc/Makefile
@@ -14,7 +14,7 @@ SRCS= archive.c class.c encoding.c gc.c hash.c init.c misc.c \
thr.c thr-single.c \
NXConstStr.m Object.m Protocol.m linking.m
-HDRS= encoding.h hash.h objc-act.h objc-api.h objc-list.h objc.h runtime.h \
+HDRS= 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
CFLAGS+= -I${OBJCDIR}/objc -I${OBJCDIR} -I.