Commit b2c6b6c6 by Richard Kenner

(OBJC_O): Add dependency for nil_method.c.

From-SVN: r11982
parent 44ffc80b
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment