Commit e174a6f1 authored by Bruce Momjian's avatar Bruce Momjian

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
parent d7602afa
...@@ -36,9 +36,3 @@ uninstall: ...@@ -36,9 +36,3 @@ uninstall:
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -f pg_alterckey$(X) $(OBJS) rm -f pg_alterckey$(X) $(OBJS)
rm -rf tmp_check rm -rf tmp_check
check:
$(prove_check)
installcheck:
$(prove_installcheck)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment