From 06bb4411029422c61f5672905706dec41aa1f06f Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 14 Jul 2020 14:05:17 -0700 Subject: [PATCH] test: Add "finish" rule to .PHONY --- test/TEST-52-HONORFIRSTSHUTDOWN/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile b/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile index a48af97793..a06599081b 100644 --- a/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile +++ b/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile @@ -13,4 +13,4 @@ all setup run clean clean-again: finish: @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./fini.sh --$@ -.PHONY: all setup run clean clean-again +.PHONY: all setup run clean clean-again finish