diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-12-26 09:03:12 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-12-26 09:03:12 -0500 |
commit | e174a6f1937248886e124cdb68408e727aeea278 (patch) | |
tree | d640be4cc94e5a39339539ef4ef07094eedca532 | |
parent | d7602afa2ef6d8b2018103dccd89e75b4985ac06 (diff) | |
download | postgresql-e174a6f1937248886e124cdb68408e727aeea278.tar.gz postgresql-e174a6f1937248886e124cdb68408e727aeea278.zip |
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
-rw-r--r-- | src/bin/pg_alterckey/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/pg_alterckey/Makefile b/src/bin/pg_alterckey/Makefile index a88b1d9af4d..7c465b4e290 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) |