X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=bf1e66ca80026e7b2f55002e30278010eb4a5fd0;hb=1e5446a53fa072c4baadf12b2a8f7fd1adca4d19;hp=1e7dd60781d35009daac98a3ea2b2703ef1a7351;hpb=ed7d8996f9921e1be2fa37678bc83c275a1c04d3;p=virt-p2v.git diff --git a/Makefile.in b/Makefile.in index 1e7dd60..bf1e66c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,6 +86,7 @@ p2vrepo/$(VIRTP2V_RPM): \ # Make the final script. virt-p2v: virt-p2v.ml0 virt-p2v.ml + rm -f $@ cat $^ > $@ chmod 0555 $@ @@ -155,7 +156,7 @@ checkscript: # Check that the RPM has been built. checkrpm: - test -f rpmbuild/$(VIRTP2V_RPM) + test -f p2vrepo/$(VIRTP2V_RPM) # Clean.