> I think your fix is incorrect. A single program like ff2png does not > depend on ff2jpg.o or any other object other than ff2png.o. > I'll look at it later, so if I'm wrong I'll merge it.
Well, it's not “wrong” per se, but indeed it makes binaries depend on all objects. That's something you can't work around with the way you seem to want to write your Makefile. The more correct solution would be to have a rule for each binary. I'll send such patch here.
