From e174a6f1937248886e124cdb68408e727aeea278 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 26 Dec 2020 09:03:12 -0500 Subject: [PATCH] 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 --- src/bin/pg_alterckey/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/pg_alterckey/Makefile b/src/bin/pg_alterckey/Makefile index a88b1d9af4..7c465b4e29 100644 --- a/src/bin/pg_alterckey/Makefile +++ b/src/bin/pg_alterckey/Makefile @@ -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)