(OBJC_O): Add encoding.o.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 16 Apr 1994 20:51:12 +0000 (16:51 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 16 Apr 1994 20:51:12 +0000 (16:51 -0400)
From-SVN: r7049

gcc/objc/makefile.dos

index 686492fb8986455f519d27ab043a05dd8a46a253..ea44e781e260d3bb7551229e40ef1012ddf641e7 100644 (file)
@@ -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.
 #
@@ -36,7 +36,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