Commit 3d89634a by Richard Kenner

(OBJC_O): Add encoding.o.

From-SVN: r7049
parent 3c4afaa5
# GNU Objective C Runtime Makefile for compiling with djgpp # 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. # This file is part of GNU CC.
# #
...@@ -36,7 +36,7 @@ SUBDIR_INCLUDES = -I. -I.. -I../config ...@@ -36,7 +36,7 @@ SUBDIR_INCLUDES = -I. -I.. -I../config
-c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $< -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $<
OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o \ 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) libobjc.a: $(OBJC_O)
-rm -f libobjc.a -rm -f libobjc.a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment