"GDan" wrote:
X=somemakerule: .... $X+="ASTRING" .... ============================ I am having trouble with make and how variables are processed - it seems that rules cannot alter variables?? if I setup a variable before executing the first rule, a-ok but after that??
I think the proper syntax is "X += "ASTRING". --gv