1 test1: 2 echo "foo: bar" > foo.d 3 4 test2: foo 5 6 bar: 7 echo OK 8 9 -include foo.d missing.d 10