X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=8d29f450b5f2dacb71245c75a228e6e9ca23ff0e;hb=a838ef783cbba8faa6390c725d301c7ef12fdf42;hp=38476b8f4a2ad1bb6103843748b6459ed1f43ba4;hpb=96361c7cd26b9b22bfb59ffe0bd4b625c637a86b;p=virt-p2v.git diff --git a/Makefile.in b/Makefile.in index 38476b8..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) @@ -160,7 +154,7 @@ checkrpm: # Clean. clean: - rm -f *~ core virt-p2v pod2htm* + rm -f core *~ pod2htm* distclean: clean rm -rf autom4te.cache config.log config.status configure \