Commit f0246315 authored by jsm28's avatar jsm28
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173963 138bc75d-0d04-0410-961f-82ee72b054a4
parent 32874486
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
......
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment