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