On Friday 31 August 2007 21:56, David A. Greene wrote: > define testa > testa_target := $$(eval $(1))
Getting rid of the eval and just doing
testa_target := $(1)
solves the problem. I guess that makes sense since the value of
$(1) is evaluated when the result of testa is evaluated.
-Dave
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
