Noel Yap <[EMAIL PROTECTED]> writes:

> Isn't:
> 
> .ALIAS alias
> 
> target1 : alias
> alias : target2 target3 target4
> 
> 
> the same as:
> 
> alias := target2 target3 target4
> 
> target1: $(alias)
> 

Yes, but not the same as:

target1: $(alias)

alias := target2 target3 target4 




_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to