On Sat, 2011-06-11 at 01:33 +0200, grischka wrote: > For example one can write: > > all_rule = all : ; echo $$@ > $(all_rule)
Yes but there are other examples that cannot be reproduced using this method. Any sequence that requires more than one line cannot be implemented using this syntax. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
