1 1.3 rillig # $NetBSD: dep-exclam.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $ 2 1.1 rillig # 3 1.3 rillig # Tests for the ! operator in dependency declarations, which always re-creates 4 1.3 rillig # the target, whether or not it is out of date. 5 1.3 rillig # 6 1.3 rillig # TODO: Is this related to OP_PHONY? 7 1.3 rillig # TODO: Is this related to OP_EXEC? 8 1.3 rillig # TODO: Is this related to OP_MAKE? 9 1.1 rillig 10 1.1 rillig # TODO: Implementation 11 1.1 rillig 12 1.1 rillig all: 13 1.1 rillig @:; 14