From: Richard Kenner Date: Sat, 2 Aug 1997 13:09:23 +0000 (-0400) Subject: (OBJC_OBJC): Delete from here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca20456a3333ffd33890445ea045d083fe760167;p=gcc.git (OBJC_OBJC): Delete from here. From-SVN: r14607 --- 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