Mypal/build/pymake/tests/recursive-set2.mk

9 lines
80 B
Makefile

#T returncode: 2
FOO = $(BAR)
BAR = $(FOO)
all:
echo $(FOO)
@echo TEST-FAIL