blob: 986021164d757ba2875d7d5bf1da32c12335c0e2 [file] [log] [blame]
warn=$(warning foo)
$(eval $(warn))
$(eval $$(warn))
$(warning bar)
test:
echo done