%% Boris Kolpackov <[EMAIL PROTECTED]> writes: bk> I believe you are right, pre-sorting pattern rules and bk> pattern-specific variables to be longest-first should do the bk> trick.
Actually, we have to do them in opposite order. That is, pattern rules need to be sorted with longest first, but pattern-specific variables need to be sorted shortest first, so that the most specific variables are set last and override the least specific ones. -- ------------------------------------------------------------------------------- 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://lists.gnu.org/mailman/listinfo/help-make
