projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f163668
)
(OBJC_OBJC): Delete from here.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 2 Aug 1997 13:09:23 +0000
(09:09 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 2 Aug 1997 13:09:23 +0000
(09:09 -0400)
From-SVN: r14607
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index 251d45bb92865f5ea82255eff73b626f2967c5fd..6d79809ae2009b8644660dde652ccae7b3dd11ba 100644
(file)
--- 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