%% Noel Yap <[EMAIL PROTECTED]> writes: ny> Have you tried: ny> dorule1: RULE_DEPENDENT_VAR += rule1text
ny> dorule2: RULE_DEPENDENT_VAR += rule2text This won't work because target-specific variables are only passed downward, to prerequisites, not upward. ny> I don't think target-specific variables transcend targets, though. If you meant what I wrote above, then right! :). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
