That patch left a stray reference to $(OBJS-common) in a comment.  I've 
applied this patch as obvious to fix this.

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 173962)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2011-05-20  Joseph Myers  <jos...@codesourcery.com>
+
+       * Makefile.in: Update comment referring to $(OBJS-common).
+
 2011-05-20  Ian Lance Taylor  <i...@google.com>
 
        * godump.c (go_output_typedef): Put enum constants in the macro
Index: Makefile.in
===================================================================
--- Makefile.in (revision 173962)
+++ Makefile.in (working copy)
@@ -3848,7 +3848,7 @@
        $(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)
 

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to