From d507ad4b83b37872d3457baf2128d65348f084d3 Mon Sep 17 00:00:00 2001 From: kenner Date: Fri, 7 Jun 1996 23:16:50 +0000 Subject: (OBJC_THREAD_FILE): Add target and dependency. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12216 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/objc/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gcc/objc') diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index d48db47ea8d..086f343286d 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -25,6 +25,7 @@ # srcdir=$$srcdir1 tooldir=$(tooldir) AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" \ # GCC_FOR_TARGET="$$thisdir1/xgcc -B$$thisdir1/" \ # GCC_CFLAGS="$(GCC_CFLAGS)" incinstalldir=$$thisdir1/include +# OBJC_THREAD_FILE="$(OBJC_THREAD_FILE)" # Two targets are used by ../Makefile: `all' and `mostlyclean'. SHELL=/bin/sh @@ -57,7 +58,7 @@ all: 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 \ - nil_method.o thr.o + nil_method.o thr.o $(OBJC_THREAD_FILE).o libobjc.a: $(OBJC_O) -rm -f libobjc.a @@ -99,5 +100,6 @@ misc.o: misc.c 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 +thr.o: thr.h thr.c +$(OBJC_THREAD_FILE).o: $(OBJC_THREAD_FILE).c nil_method.o: nil_method.c -- cgit v1.2.1