summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/include-regen3.mk
blob: 878ce0adc6e7e509d12b4df248d166529f95d4c1 (plain)
1
2
3
4
5
6
7
8
9
10
# make should make makefiles that it has rules for if they are
# included
-include test.mk

all:
	test "$(X)" = "1"
	@echo "TEST-PASS"

test.mk:
	@echo "X = 1" > $@