aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-05-20 17:38:24 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-05-20 17:38:24 +0100
commit946bdf673b006cbc84a87a07fa1137ed18b7faf8 (patch)
tree3e6ed91304b844af3d4647f9eb03d1ab70cb5595
parentc53aafdf3f5032207ca75299c88d8b51b246ffb3 (diff)
downloadgcc-946bdf673b006cbc84a87a07fa1137ed18b7faf8.zip
gcc-946bdf673b006cbc84a87a07fa1137ed18b7faf8.tar.gz
gcc-946bdf673b006cbc84a87a07fa1137ed18b7faf8.tar.bz2
* Makefile.in: Update comment referring to $(OBJS-common).
From-SVN: r173963
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ea38f8e..a2dd964 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-20 Joseph Myers <joseph@codesourcery.com>
+
+ * Makefile.in: Update comment referring to $(OBJS-common).
+
2011-05-20 Ian Lance Taylor <iant@google.com>
* godump.c (go_output_typedef): Put enum constants in the macro
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ccb72da..57b9607 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3848,7 +3848,7 @@ generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \
$(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h
# In order for parallel make to really start compiling the expensive
-# objects from $(OBJS-common) as early as possible, build all their
+# objects from $(OBJS) as early as possible, build all their
# prerequisites strictly before all objects.
$(ALL_HOST_OBJS) : | $(generated_files)