X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=8d29f450b5f2dacb71245c75a228e6e9ca23ff0e;hb=a838ef783cbba8faa6390c725d301c7ef12fdf42;hp=1e7dd60781d35009daac98a3ea2b2703ef1a7351;hpb=ed7d8996f9921e1be2fa37678bc83c275a1c04d3;p=virt-p2v.git diff --git a/Makefile.in b/Makefile.in index 1e7dd60..8d29f45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,12 +83,6 @@ p2vrepo/$(VIRTP2V_RPM): \ cp rpmbuild/RPMS/noarch/$(VIRTP2V_RPM) p2vrepo createrepo p2vrepo -# Make the final script. - -virt-p2v: virt-p2v.ml0 virt-p2v.ml - cat $^ > $@ - chmod 0555 $@ - # Run live CD under qemu. ifeq ($(HAVE_QEMU_KVM),qemu-kvm) @@ -155,12 +149,12 @@ checkscript: # Check that the RPM has been built. checkrpm: - test -f rpmbuild/$(VIRTP2V_RPM) + test -f p2vrepo/$(VIRTP2V_RPM) # Clean. clean: - rm -f *~ core virt-p2v pod2htm* + rm -f core *~ pod2htm* distclean: clean rm -rf autom4te.cache config.log config.status configure \