blob: 0874d2e777ecee0f8188f7f251ab287eeeb86846 [file] [log] [blame]
empty=$(info FAIL)
rec=$(empty)
ifdef rec
$(info PASS)
else
$(info FAIL)
endif