From b2c6b6c6ac49004b12fb44d0280ff42c3cdb5b5f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 17 May 1996 08:17:07 -0400 Subject: [PATCH] (OBJC_O): Add dependency for nil_method.c. From-SVN: r11982 --- gcc/objc/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index dc23b5b88aa..d48db47ea8d 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -56,7 +56,8 @@ all: cd ..; $(MAKE) sublibobjc.a OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o encoding.o \ - selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o thr.o + selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o \ + nil_method.o thr.o libobjc.a: $(OBJC_O) -rm -f libobjc.a @@ -99,4 +100,4 @@ NXConstStr.o: NXConstStr.m Object.o: Object.m Protocol.o: Protocol.m thr.o: thr.h thr.c thr-solaris.c thr-irix.c thr-win32.c thr-single.c - +nil_method.o: nil_method.c -- 2.30.2