Why doesn't this work as expected (expected would be to print "bar")
define FOOBAR FOO := bar $(info $(FOO)) endef $(eval $(call FOOBAR)) _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
