blob: 5d515b95afc359dc8bbd51c68a14a6de8141c4eb (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: deptgt-error.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
#
# Tests for the special target .ERROR in dependency declarations, which
# collects commands that are run when another target fails.
# TODO: Implementation
all:
@:;
|