diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-02 06:35:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-02 06:35:27 +0000 |
commit | b1b859bf74726187ecc8a474e1bd456604df9325 (patch) | |
tree | 551fe4419c473686a80a074989bb5a9755fd476f /regress/usr.bin/mandoc/Makefile.inc | |
parent | 3ba7f44c431432ded1cce8ee547b51c3a3eb4e1d (diff) |
Do not tun the .PHONY parts of ${LINT_TARGETS} twice.
Diffstat (limited to 'regress/usr.bin/mandoc/Makefile.inc')
-rw-r--r-- | regress/usr.bin/mandoc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc index fc434164844..dfb89dd6450 100644 --- a/regress/usr.bin/mandoc/Makefile.inc +++ b/regress/usr.bin/mandoc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2014/06/20 18:27:51 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2014/07/02 06:35:26 schwarze Exp $ .include "Makefile.sub" @@ -40,7 +40,7 @@ _LINTDIFFS += ${t}.diff_lint # --- convenience targets --- # Note that bsd.regress.mk automatically adds REGRESS_TARGETS to all. -all: clean ${LINT_TARGETS} +all: clean ascii: ascii-clean ${_ASCIIDIFFS} |