aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1997-08-02 13:09:23 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1997-08-02 13:09:23 +0000
commitb40e6869b3513d5ae151db3e1c7a3c7aa501b58f (patch)
tree4dc8eb3312785fd4e8918686201ad28e2c37e36f
parenta46ebb0168e9d883829442a0a13d0bebb542d388 (diff)
(OBJC_OBJC): Delete from here.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14607 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 251d45bb928..6d79809ae20 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -541,10 +541,6 @@ FLAGS_TO_PASS = \
C_OBJS = c-parse.o c-lang.o c-lex.o c-pragma.o $(EXTRA_C_OBJS) \
c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
-# Language-specific object files for Objective C.
-OBJC_OBJS = objc-parse.o objc-act.o c-lex.o c-pragma.o $(EXTRA_C_OBJS) \
- c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
-
# Files specific to the C interpreter bytecode compiler(s).
BC_OBJS = bc-emit.o bc-optab.o