blob: fc7fef073eecaa8f4f8544d10487b9649ed54795 [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" > $@