1
2.PHONY: all
3all:; @:
4
5-include foo.d
6
7foo.d: comp ; @testhelp out $@
8
9comp: mod_a.o mod_b.o; @:
10
11mod_a.o mod_b.o: ; @testhelp fail 1
1
2.PHONY: all
3all:; @:
4
5-include foo.d
6
7foo.d: comp ; @testhelp out $@
8
9comp: mod_a.o mod_b.o; @:
10
11mod_a.o mod_b.o: ; @testhelp fail 1