X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=8d29f450b5f2dacb71245c75a228e6e9ca23ff0e;hb=dbb59f9a56f7487c8f95062aa3b83ed28e9e4778;hp=bf1e66ca80026e7b2f55002e30278010eb4a5fd0;hpb=06f3f90048c5080c5ed8f0da5b9778642d2af7fb;p=virt-p2v.git diff --git a/Makefile.in b/Makefile.in index bf1e66c..8d29f45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,13 +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 - rm -f $@ - cat $^ > $@ - chmod 0555 $@ - # Run live CD under qemu. ifeq ($(HAVE_QEMU_KVM),qemu-kvm) @@ -161,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 \