aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_combinebackup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_combinebackup/Makefile b/src/bin/pg_combinebackup/Makefile
index 78ba05e624b..5837493075f 100644
--- a/src/bin/pg_combinebackup/Makefile
+++ b/src/bin/pg_combinebackup/Makefile
@@ -44,6 +44,7 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_combinebackup$(X) $(OBJS)
+ rm -rf tmp_check
check:
$(prove_check)