On Wed, 2012-05-30 at 16:57 -0700, Mark Galeck (CW) wrote: > So I would rather just make a global change of $^ into some other $... > or some other construct, which would get me the current rule > prerequisites, and that would fix all the problems at once.
Internally when make finds a new rule for an existing target it simply appends the list of prerequisites to the existing list. There is no internal indication kept between prerequisites based on where the target was defined. _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
