blob: b68e34f0d7ff62d183aaed593add26c21c105df2 [file] [log] [blame]
#T returncode: 2
FOO = $(BAR)
BAR = $(FOO)
all:
echo $(FOO)
@echo TEST-FAIL