diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-16 16:51:12 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-16 16:51:12 -0400 |
commit | 3d89634a512cb3176d7f3be022a365d73b0cf92e (patch) | |
tree | 38c31583ceba5f93ce42b8235e0237996ec38e71 /gcc/objc | |
parent | 3c4afaa5f86313361f27d659e0af2445224c3e0d (diff) | |
download | gcc-3d89634a512cb3176d7f3be022a365d73b0cf92e.zip gcc-3d89634a512cb3176d7f3be022a365d73b0cf92e.tar.gz gcc-3d89634a512cb3176d7f3be022a365d73b0cf92e.tar.bz2 |
(OBJC_O): Add encoding.o.
From-SVN: r7049
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/makefile.dos | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/makefile.dos b/gcc/objc/makefile.dos index 686492f..ea44e78 100644 --- a/gcc/objc/makefile.dos +++ b/gcc/objc/makefile.dos @@ -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 |