On Wed, 2011-11-16 at 15:43 -0800, Lawrence Ibarria wrote: > There is a rule to make the missing .so file, or it is a byproduct of a > different target?
Yes, there is an implicit rule on how to build any so in somedir, and an explicit set of dependencies for all the libraries, so Make knows how to build each library. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
