diff options
Diffstat (limited to 'unit-tests/deptgt-makeflags.mk')
-rw-r--r-- | unit-tests/deptgt-makeflags.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/deptgt-makeflags.mk b/unit-tests/deptgt-makeflags.mk new file mode 100644 index 000000000000..958751b64cfa --- /dev/null +++ b/unit-tests/deptgt-makeflags.mk @@ -0,0 +1,8 @@ +# $NetBSD: deptgt-makeflags.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for the special target .MAKEFLAGS in dependency declarations. + +# TODO: Implementation + +all: + @:; |