summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/include-regen2.mk
blob: fc7fef073eecaa8f4f8544d10487b9649ed54795 (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" > $@