> From: Paul Smith <[email protected]> > Cc: [email protected] > Date: Sun, 26 Sep 2010 09:26:57 -0400 > > The concern I have about this is that it describes directory search as > an operation that happens on prerequisites, but that's not how make > works. Make does the directory search on targets.
That's true, but (a) I wasn't the one who started talking about prerequisites in that section, and (b) the details of the algorithm are really important only when the target is a prerequisite of some other target. I will try to rephrase the text to take care of your concern. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
