> define FOOBAR > FOO := bar > $(info $(FOO)) > endef > The expansions of FOOBAR happen in call, but this just treats the value > of the variable as a string, it doesn't interpret it.
I guess what I was having trouble with, is this "interpret it". Only eval "interprets it", if I just put a loose $(call ... somewhere, or any other function, other than eval or using eval, outside of a rule, it means nothing. Mark _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
