1# TODO(all/test2): Fix
2
3test1:
4 touch a.src
5
6test2: a.out
7
8# This isn't in .SUFFIXES.
9.src.out:
10 echo $< > $@
1# TODO(all/test2): Fix
2
3test1:
4 touch a.src
5
6test2: a.out
7
8# This isn't in .SUFFIXES.
9.src.out:
10 echo $< > $@