diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-30 08:09:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-30 08:09:42 +0000 |
commit | 5baa08090e2399c576d6e21f48a4952cb178c4b2 (patch) | |
tree | de051508bd4e819cbca729dad90a04433a06d75a /gnu | |
parent | 2773e09cf813a7c3e9fb52c749e18ecf7d927888 (diff) | |
download | FreeBSD-src-5baa08090e2399c576d6e21f48a4952cb178c4b2.zip FreeBSD-src-5baa08090e2399c576d6e21f48a4952cb178c4b2.tar.gz |
Get the installed headers list right.
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 1d7d323..7d09ae5 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. |