deptgt-end-fail.mk revision 1.1
1# $NetBSD: deptgt-end-fail.mk,v 1.1 2020/11/24 15:36:51 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 simple typo in
7# a variable name.
8
9all:
10	: $@
11
12.END:
13	false
14