------- Comment #5 from tromey at gcc dot gnu dot org  2007-07-27 20:11 -------
I don't think we should use this particular patch.  My reason is that
ordering alone is insufficient to guarantee success here, if the user
uses "make -j".

Instead, explicit dependencies should be used.  In addition to fixing the
above these might be a bit more resilient (who knows?) when automake changes.
See comment #1 for an example; basically an install target for an executable
should depend on the needed library install target.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30071

Reply via email to