X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=resize%2FMakefile.am;h=838c78d19460e3c9fcbfb2e20824daf0bd26bd24;hp=93c193ef4561c767757edb1f716be67d72987cc4;hb=0d9f2c7311b005b2cfe2ecb3ff9fb57d4576ef7b;hpb=6e635ac015d94e1d3c624579984eca9ebd8a4662 diff --git a/resize/Makefile.am b/resize/Makefile.am index 93c193e..838c78d 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)