bug#7328: parallel installation ignores deps between libtool libraries

2010-11-04 Thread Andy Wingo
Hello Consider a Makefile.am like this: lib_LTLIBRARIES = libfoo.la plugindir = $(libdir)/gstreamer-0.10 plugin_LTLIBRARIES = bar.la bar_la_LIBADD = libfoo.la Obviously we are missing some sources here, but it suffices to show the parallel installation bug: there is a race

bug#7328: parallel installation ignores deps between libtool libraries

2010-11-04 Thread Ralf Wildenhues
Hi Andy, * Andy Wingo wrote on Thu, Nov 04, 2010 at 04:19:55PM CET: lib_LTLIBRARIES = libfoo.la plugindir = $(libdir)/gstreamer-0.10 plugin_LTLIBRARIES = bar.la bar_la_LIBADD = libfoo.la Obviously we are missing some sources here, but it suffices to show the parallel