Unicode support for the console.
[virt-p2v.git] / Makefile.in
index 1e7dd60..bf1e66c 100644 (file)
@@ -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.