From: Robert Haas Date: Fri, 3 Apr 2020 23:51:18 +0000 (-0400) Subject: pg_validatebackup: Fix 'make clean' to remove tmp_check. X-Git-Tag: aio-before-rebase-2020-06-24~589 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9f8f881caa0fabdf7ff46cc55a991ffeab39bd92;p=users%2Fandresfreund%2Fpostgres.git pg_validatebackup: Fix 'make clean' to remove tmp_check. Report by Tom Lane. Discussion: http://postgr.es/m/22394.1585951968@sss.pgh.pa.us --- diff --git a/src/bin/pg_validatebackup/Makefile b/src/bin/pg_validatebackup/Makefile index 04ef7d3051..b1c2b7c1be 100644 --- a/src/bin/pg_validatebackup/Makefile +++ b/src/bin/pg_validatebackup/Makefile @@ -31,6 +31,7 @@ uninstall: clean distclean maintainer-clean: rm -f pg_validatebackup$(X) $(OBJS) + rm -rf tmp_check check: $(prove_check)