X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=resize%2FMakefile.am;h=838c78d19460e3c9fcbfb2e20824daf0bd26bd24;hb=0d9f2c7311b005b2cfe2ecb3ff9fb57d4576ef7b;hp=93c193ef4561c767757edb1f716be67d72987cc4;hpb=d600d53868237e0f2828a912d9672dbd480e315f;p=libguestfs.git 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)