diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-10 03:18:03 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-10 03:18:03 +0000 |
commit | ccfc4033f982bb31d70cf7f344175868350f3f0c (patch) | |
tree | 04341085ddbb8d5eeced9bdcd89edc7d54cf8b84 | |
parent | a8d78514aa404a00feee625f1bcb2d7b66c9dee7 (diff) | |
download | gcc-ccfc4033f982bb31d70cf7f344175868350f3f0c.zip gcc-ccfc4033f982bb31d70cf7f344175868350f3f0c.tar.gz gcc-ccfc4033f982bb31d70cf7f344175868350f3f0c.tar.bz2 |
Comment fixes.
From-SVN: r4404
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5667b92..4a79d5f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -364,7 +364,7 @@ COMPILERS = cc1 cc1plus cc1obj C_OBJS = c-parse.o c-lang.o c-lex.o c-pragma.o \ c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -# Language-specific object files for Objectionable C. +# Language-specific object files for Objective C. OBJC_OBJS = objc-parse.o objc-act.o c-lex.o c-pragma.o \ c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o @@ -812,7 +812,7 @@ collect2.o : collect2.c $(CONFIG_H) gstab.h -DTARGET_MACHINE=\"$(target)\" \ -c `echo $(srcdir)/collect2.c | sed 's,^\./,,'` -# Objectionable C language specific files. +# Objective C language specific files. objc-parse.o : $(srcdir)/objc-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \ c-tree.h input.h flags.h objc-act.h |