]> granicus.if.org Git - postgresql/commitdiff
Fix phony .PHONY.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 21:19:37 +0000 (17:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 21:19:37 +0000 (17:19 -0400)
A couple makefiles had misspelled the magic .PHONY target as PHONY.

contrib/test_decoding/Makefile
src/test/modules/brin/Makefile

index 200c43efd6f2a48b403edda56f1c9c2f9ba7f65e..06c95461f8a99352e37acb58c2f469a816c9869e 100644 (file)
@@ -65,7 +65,7 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding temp
        $(pg_isolation_regress_installcheck) \
            $(ISOLATIONCHECKS)
 
-PHONY: submake-test_decoding submake-regress check \
+.PHONY: submake-test_decoding submake-regress check \
        regresscheck regresscheck-install-force \
        isolationcheck isolationcheck-install-force
 
index e785471e19bc25a0a659b631c1a8c3d525c3f346..dda84c23c781d20441735b4e1a6c2b0e9316c3a0 100644 (file)
@@ -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