%% gk <[EMAIL PROTECTED]> writes: g> The example there appears to have an error: I cannot find any definition g> for use of special variable '$'. g> Manual says: g> $(SUBDIRS): g> $(MAKE) -C $
g> Shouldn't it read: g> $(SUBDIRS): g> $(MAKE) -C $@ Yes, it should. This has already been fixed in the latest version of the manual, shipped with GNU make 3.80. -- ------------------------------------------------------------------------------- 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
