diff options
Diffstat (limited to 'unit-tests/varname-dot-includes.mk')
-rwxr-xr-x | unit-tests/varname-dot-includes.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/varname-dot-includes.mk b/unit-tests/varname-dot-includes.mk index 33e8669c27be3..0193e8eb6f43f 100755 --- a/unit-tests/varname-dot-includes.mk +++ b/unit-tests/varname-dot-includes.mk @@ -1,4 +1,4 @@ -# $NetBSD: varname-dot-includes.mk,v 1.1 2020/08/28 03:51:06 rillig Exp $ +# $NetBSD: varname-dot-includes.mk,v 1.2 2020/09/13 16:53:19 rillig Exp $ # # Tests for the special .INCLUDES variable, which is not documented in the # manual page. @@ -12,8 +12,8 @@ .INCLUDES: .h # The .INCLUDES variable is not yet available. -.if defined(${.INCLUDES:Q}) -.error +.if defined(.INCLUDES) +. error .endif all: |