--- gcc/objc/makefile.dos 2018/04/24 18:13:39 1.1 +++ gcc/objc/makefile.dos 2018/04/24 18:26:50 1.1.1.3 @@ -1,5 +1,5 @@ # GNU Objective C Runtime Makefile for compiling with djgpp -# Copyright (C) 1993 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994 Free Software Foundation, Inc. # # This file is part of GNU CC. # @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License along with # GNU CC; see the file COPYING. If not, write to the Free Software -# Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +# Foundation, 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # This Makefile is configured for GnuMAKE @@ -36,7 +37,7 @@ 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 + selector.o objects.o misc.o object.o protocol.o encoding.o libobjc.a: $(OBJC_O) -rm -f libobjc.a