pg_alterckey: remove TAP check rules from Makefile

Reported-by: Pavel Stehule, Michael Paquier

Discussion: https://postgr.es/m/CAFj8pRBRNo4co5bqCx4BLx1ZZ45Z_T-opPxA+u7SLp7gAtBpNA@mail.gmail.com

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2020-12-26 09:03:12 -05:00
parent d7602afa2e
commit e174a6f193
1 changed files with 0 additions and 6 deletions

View File

@ -36,9 +36,3 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_alterckey$(X) $(OBJS)
rm -rf tmp_check
check:
$(prove_check)
installcheck:
$(prove_installcheck)