]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Makefile: delete config.log in distclean
authorAlexandre Raymond <cerbere@gmail.com>
Tue, 26 Jul 2011 03:56:02 +0000 (23:56 -0400)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 3 Aug 2011 10:17:36 +0000 (11:17 +0100)
Distclean should remove anything created by the configure script.

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile

index 48552512d61497ff576e3469508419e3ab4f8822..a0218a309b83b9bdd17e1229abd64367f9fe6da0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,7 @@ distclean: clean
        rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys
        rm -f qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp
        rm -f qemu-doc.vr
+       rm -f config.log
        rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr
        for d in $(TARGET_DIRS) $(QEMULIBS); do \
        rm -rf $$d || exit 1 ; \