Home | History | Annotate | Download | only in testcase
      1 foo=foo.d missing.d
      2 empty=
      3 
      4 test1:
      5 	echo "foo: bar" > foo.d
      6 
      7 test2: foo
      8 
      9 bar:
     10 	echo OK
     11 
     12 -include $(foo)
     13 include $(empty)
     14