Will $(if ...) get boolean operators in make 3.80? Something like:
$(if $(eq condition1, condition2), ...)
$(if $(and condition1, condition2), ...)
etc.
I have found $(if ...) to be a very useful function. I often use it
where a conditional directive could not work. But having a
conditional without other boolean functions makes it much harder
to use.
Thanks,
Zartaj
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make