just want to clarify a simple point about calling make "macros". as i read in the ORA make book, if you define a "macro" that takes no args, you can invoke it with
$(macro-name) if, however, it takes args, you need to use $(call macro-name,args ...) the book is not completely clear on this point but, if the macro takes no args, is it entirely equivalent to invoke it with "call", even though that's unnecessary? rday _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
