From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 5 Feb 2008 17:53:42 +0000 (+0000) Subject: Fixed up 'make clean' rules. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d8408f94e64aa9b76246a8c3d9c9e3e981682e14;p=virt-p2v.git Fixed up 'make clean' rules. --- diff --git a/Makefile.in b/Makefile.in index 58315c7..413c43c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,7 +103,13 @@ checkscript: # Clean. clean: - rm -f *~ core livecd.ks livecd-post.sh + rm -f *~ core p2v.ks pod2htm* + +distclean: clean + rm -rf autom4te.cache config.log config.status configure + +reallyreallyclean: distclean + rm -f virt-p2v-*.tar.gz virt-p2v-*.iso # Manifest.