summaryrefslogtreecommitdiffstats
path: root/resize
diff options
context:
space:
mode:
Diffstat (limited to 'resize')
-rw-r--r--resize/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 93c193ef..838c78d1 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -71,6 +71,8 @@ stamp-virt-resize.pod: virt-resize.pod
$<
touch $@
+CLEANFILES += stamp-virt-resize.pod
+
# Tests.
random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)