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:
parent
19c0422ad0
commit
9f8f881caa
@ -31,6 +31,7 @@ uninstall:
|
||||
|
||||
clean distclean maintainer-clean:
|
||||
rm -f pg_validatebackup$(X) $(OBJS)
|
||||
rm -rf tmp_check
|
||||
|
||||
check:
|
||||
$(prove_check)
|
||||
|
Loading…
x
Reference in New Issue
Block a user