blob: 878ce0adc6e7e509d12b4df248d166529f95d4c1 [file] [log] [blame]
# 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" > $@