From d5351fcb03fc8e20651d5863b88b397a8be68d74 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 19 Mar 2016 17:19:37 -0400 Subject: Fix phony .PHONY. A couple makefiles had misspelled the magic .PHONY target as PHONY. --- src/test/modules/brin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/modules/brin/Makefile b/src/test/modules/brin/Makefile index e785471e19b..dda84c23c78 100644 --- a/src/test/modules/brin/Makefile +++ b/src/test/modules/brin/Makefile @@ -24,7 +24,7 @@ isolation-check: | submake-isolation --outputdir=./isolation_output \ $(ISOLATIONCHECKS) -PHONY: check isolation-check +.PHONY: check isolation-check submake-isolation: $(MAKE) -C $(top_builddir)/src/test/isolation all -- cgit v1.2.3