1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/build/pymake/tests/include-regen3.mk Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +# make should make makefiles that it has rules for if they are 1.5 +# included 1.6 +-include test.mk 1.7 + 1.8 +all: 1.9 + test "$(X)" = "1" 1.10 + @echo "TEST-PASS" 1.11 + 1.12 +test.mk: 1.13 + @echo "X = 1" > $@