1 # $NetBSD: deptgt-end-fail.mk,v 1.2 2020/11/24 17:59:42 rillig Exp $ 2 # 3 # Tests for an error in the .END node. 4 # 5 # Before 2020-11-25, an error in the .END target did not print the "Stop.", 6 # even though this was intended. The cause for this was a missing condition 7 # in Compat_Run, in the code handling the .END node. 8 9 all: 10 : $@ 11 12 .END: 13 false 14