"Robert P. J. Day" <[EMAIL PROTECTED]> writes: > from what i read, i don't see anything like this, but is there a > special variable that represents just the matching stem in a pattern > rule?
For both static pattern rules and implicit rules it is $*, as described in the "Automatic Variables" section of the GNU make manual. -boris _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
