summaryrefslogtreecommitdiff
path: root/gnu/lib/libobjc
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1998-08-18 17:38:38 +0000
committertv <tv@NetBSD.org>1998-08-18 17:38:38 +0000
commitdf595c72cd182df3948cd92b7c8d6c01224481cc (patch)
tree0e2911ee692e4ede2028ba664a8690b1ffc600f6 /gnu/lib/libobjc
parent706381d9acadf93495cc2fc6c9a6ff4577b17982 (diff)
Be pedantic; use "${OBJC}" to find the ObjC compiler.
Depend all instances of sendmsg.{o,so,po} on runtime-info.h.
Diffstat (limited to 'gnu/lib/libobjc')
-rw-r--r--gnu/lib/libobjc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile
index de7bb59751e..8b868538d43 100644
--- a/gnu/lib/libobjc/Makefile
+++ b/gnu/lib/libobjc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/08/18 14:02:35 tv Exp $
+# $NetBSD: Makefile,v 1.2 1998/08/18 17:38:38 tv Exp $
LIB= objc
SRCS= hash.c sarray.c class.c sendmsg.c init.c archive.c \
@@ -18,9 +18,9 @@ ARCH= ${.CURDIR}/../../usr.bin/egcs/arch
CLEANFILES+= rtscratch rtscratch.s
runtime-info.h:
@touch rtscratch
- `${CC} --print-prog-name=cc1obj` -print-objc-runtime-info rtscratch >$@
+ `${OBJC} --print-prog-name=cc1obj` -print-objc-runtime-info rtscratch >$@
-sendmsg.o: runtime-info.h
+sendmsg.o sendmsg.so sendmsg.po: runtime-info.h
.PATH: ${DIST}/objc