Files
palemoon27/build/pymake/tests/recursive-set.mk
T

8 lines
67 B
Makefile

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