From 40a254f6c89650501b9ab7a2f31c3549c400ef5f Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Tue, 13 Apr 1993 17:37:55 +0000 Subject: [PATCH] Updated to new filenames From-SVN: r4125 --- gcc/objc/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 50f5eebc74b..9a42b3d3c76 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -51,8 +51,8 @@ SUBDIR_INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/config all: cd ..; $(MAKE) sublibobjc.a -OBJC_O = hash.o sarray.o oc-class.o oc-msg.o oc-init.o oc-arch.o \ - oc-sel.o oc-obj.o oc-misc.o Object.o Protocol.o +OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o \ + selctor.o objects.o misc.o Object.o Protocol.o libobjc.a: $(OBJC_O) -rm -f libobjc.a @@ -73,8 +73,8 @@ copy-headers: $(OBJC_H) chmod a+r $(incinstalldir)/objc; \ done -oc-msg.o: oc-msg.c fflags - $(GCC_FOR_TARGET) `cat fflags` -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $(srcdir)/objc/oc-msg.c +sendmsg.o: sendmsg.c fflags + $(GCC_FOR_TARGET) `cat fflags` -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $(srcdir)/objc/sendmsg.c ## Next to are for heuristics on forwarding mechanism... _forward: _forward.c -- 2.30.2