pg_validatebackup: Fix 'make clean' to remove tmp_check.

Report by Tom Lane.

Discussion: http://postgr.es/m/22394.1585951968@sss.pgh.pa.us
This commit is contained in:
Robert Haas 2020-04-03 19:51:18 -04:00
parent 19c0422ad0
commit 9f8f881caa

View File

@ -31,6 +31,7 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_validatebackup$(X) $(OBJS)
rm -rf tmp_check
check:
$(prove_check)