diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-08-02 09:09:23 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-08-02 09:09:23 -0400 |
commit | ca20456a3333ffd33890445ea045d083fe760167 (patch) | |
tree | 4dc8eb3312785fd4e8918686201ad28e2c37e36f /gcc | |
parent | f163668c0d447532a952d1d0a563713186337bb0 (diff) | |
download | gcc-ca20456a3333ffd33890445ea045d083fe760167.zip gcc-ca20456a3333ffd33890445ea045d083fe760167.tar.gz gcc-ca20456a3333ffd33890445ea045d083fe760167.tar.bz2 |
(OBJC_OBJC): Delete from here.
From-SVN: r14607
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 251d45b..6d79809 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 |