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