From ea7266e8f113bc63fb443df7227df1b43f34ff0e Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Fri, 17 May 2019 14:12:58 -0400 Subject: [PATCH] Add missing '.PHONY' indicator to Makefile. * Makefile.am (test-list): Mark as phony. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bfcf70e..0f6381b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -209,6 +209,7 @@ XFAIL_TESTS = \ BROKEN_TESTS = \ tests/50-redirect-merge.sh +.PHONY: test-list test-list: ; @echo $(TESTS) # Coverage