From 6a531c9cce92d2841088470a2a7b57b766987168 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Fri, 12 Oct 2007 12:57:39 +0000 Subject: - After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which we did not install. Install objc-decls.h to fix. PR: 116943 Reported by: beech Submitted by: vanilla on -current, kan Approved by: re (kensmith) --- gnu/lib/libobjc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib/libobjc') diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index de10f711c53a..f00ee0be2214 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -13,7 +13,7 @@ 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 -INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \ +INCS= encoding.h hash.h objc-api.h objc-decls.h objc-list.h objc.h runtime.h \ sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h INCSDIR=${INCLUDEDIR}/objc -- cgit v1.3