* Makefile.in: Update comment referring to $(OBJS-common).

From-SVN: r173963
This commit is contained in:
Joseph Myers 2011-05-20 17:38:24 +01:00 committed by Joseph Myers
parent c53aafdf3f
commit 946bdf673b
2 changed files with 5 additions and 1 deletions

View 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

View 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)