diff options
Diffstat (limited to 'unit-tests/directive-unexport-env.mk')
-rw-r--r-- | unit-tests/directive-unexport-env.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unit-tests/directive-unexport-env.mk b/unit-tests/directive-unexport-env.mk index ef58ae732e6d..e9620684dfcb 100644 --- a/unit-tests/directive-unexport-env.mk +++ b/unit-tests/directive-unexport-env.mk @@ -1,4 +1,4 @@ -# $NetBSD: directive-unexport-env.mk,v 1.7 2020/12/12 18:11:42 rillig Exp $ +# $NetBSD: directive-unexport-env.mk,v 1.8 2022/01/23 16:09:38 rillig Exp $ # # Tests for the .unexport-env directive. # @@ -21,5 +21,4 @@ UT_UNEXPORTED= value .unexport-env UT_EXPORTED UT_UNEXPORTED .MAKEFLAGS: -d0 -all: - @:; +all: .PHONY |