* Ralf Wildenhues wrote on Tue, Apr 20, 2010 at 11:25:41PM CEST: > I'm guessing this has to do with chains of inference rules not being > detected or so.
Yeah, the make has a .l.o rule that triggers before our .l.c and .c.o rule chains. I guess this could be worked around by adding explicit rules (at least that's what SUSv3 recommends), maybe explicit dependencies without rules suffice. I'm not sure we should spend time on this old make, though. Cheers, Ralf
