Commit 6d2fba31 authored by Tom Lane's avatar Tom Lane

Fix "make clean" to clean out junk files left behind after ssl tests.

We .gitignore'd this junk, but we didn't actually remove it.
parent fc9a62af
...@@ -136,6 +136,7 @@ sslfiles-clean: ...@@ -136,6 +136,7 @@ sslfiles-clean:
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -rf tmp_check rm -rf tmp_check
rm -rf ssl/*.old ssl/new_certs_dir ssl/client*_tmp.key
check: check:
$(prove_check) $(prove_check)
......
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