From 31b0313d3e92ca460a9cf5a472703559d449bfe5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 4 Apr 2019 21:29:27 +0000 Subject: I forgot to mark some targets as .PHONY --- src/regress/lib/libssl/handshake/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index 6d5e7a64bf..a1ca7f464c 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/01/25 01:03:21 tb Exp $ +# $OpenBSD: Makefile,v 1.6 2019/04/04 21:29:27 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate @@ -36,6 +36,10 @@ CLEANFILES += handshake.${_FMT} run-$p: $p @echo '\n======== $@ ========' ./$p + +.PHONY: run-$p .endfor +.PHONY: print + .include -- cgit v1.2.3-55-g6feb