blob: 91d5fcaa26ff76b59d13e369f2a6e0337c93bc02 [file] [log] [blame]
define x
a
b
endef
$(x):=PASS
ifdef $(x)
$(info $($(x)))
endif