* Makefile.in: Update comment referring to $(OBJS-common).
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 May 2011 16:38:24 +0000 (17:38 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 20 May 2011 16:38:24 +0000 (17:38 +0100)
From-SVN: r173963

gcc/ChangeLog
gcc/Makefile.in

index ea38f8edbc5fed7eb34937520664d85aebee2319..a2dd964d886e696b121705dbdde37c1699258d98 100644 (file)
@@ -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
index ccb72da37ed7f3b6434ab1b44116f37ee2c08fd6..57b9607be940ecbad6263ab169204f890de18cb1 100644 (file)
@@ -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)