Skip to content
Snippets Groups Projects
Commit 638d650d authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove redundant coverage target

This was probably forgotten to be removed when general recursion support
was added.
parent e7e4cd1a
No related branches found
No related tags found
No related merge requests found
...@@ -70,15 +70,5 @@ distclean maintainer-clean: ...@@ -70,15 +70,5 @@ distclean maintainer-clean:
$(MAKE) -C test/thread $@ $(MAKE) -C test/thread $@
rm -f Makefile.port Makefile.global rm -f Makefile.port Makefile.global
coverage:
$(MAKE) -C timezone $@
$(MAKE) -C backend $@
$(MAKE) -C backend/utils/mb/conversion_procs $@
$(MAKE) -C backend/snowball $@
$(MAKE) -C interfaces $@
$(MAKE) -C backend/replication/libpqwalreceiver $@
$(MAKE) -C bin $@
$(MAKE) -C pl $@
.PHONY: install-local installdirs-local uninstall-local .PHONY: install-local installdirs-local uninstall-local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment