aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-03-30 08:09:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-03-30 08:09:42 +0000
commit075b6c4f1372ad25f63d319863913d17fea8ec99 (patch)
treef5493ea4f921d336b11eb0590900fa7369acd928 /gnu
parentad88c634135bed68b1a906521327b47753075ad5 (diff)
downloadsrc-075b6c4f1372ad25f63d319863913d17fea8ec99.tar.gz
src-075b6c4f1372ad25f63d319863913d17fea8ec99.zip
Get the installed headers list right.
Notes
Notes: svn path=/head/; revision=58823
Diffstat (limited to 'gnu')
-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.