diff options
Diffstat (limited to 'contrib/gcc/objc/makefile.dos')
-rw-r--r-- | contrib/gcc/objc/makefile.dos | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gcc/objc/makefile.dos b/contrib/gcc/objc/makefile.dos index 5321733..3e1b187 100644 --- a/contrib/gcc/objc/makefile.dos +++ b/contrib/gcc/objc/makefile.dos @@ -1,5 +1,5 @@ # GNU Objective C Runtime Makefile for compiling with djgpp -# Copyright (C) 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. # # This file is part of GNU CC. # @@ -37,17 +37,17 @@ SUBDIR_INCLUDES = -I. -I.. -I../config -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $< OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o \ - selector.o objects.o misc.o object.o protocol.o encoding.o + selector.o objects.o misc.o object.o protocol.o encoding.o thread.o libobjc.a: $(OBJC_O) -rm -f libobjc.a ar rc libobjc.a $(OBJC_O) ranlib libobjc.a -OBJC_H = hash.h list.h sarray.h objc.h \ +OBJC_H = hash.h objc-list.h sarray.h objc.h \ objc-api.h \ object.h protocol.h mutex.h \ - typedstream.h + typedstream.h thread.h mostlyclean: -rm -f *.o libobjc.a xforward fflags |