summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Raymond2011-07-26 05:56:02 +0200
committerStefan Hajnoczi2011-08-03 12:17:36 +0200
commit793553acb3d70ae64e459fa067486c6c741133e7 (patch)
tree702cb83868b05573a41d1e3d6e4de8888d8ac9ef /Makefile
parentHMP: Remove the duplicated info "info kvm" in hmp-commands.hx. (diff)
downloadqemu-793553acb3d70ae64e459fa067486c6c741133e7.tar.gz
qemu-793553acb3d70ae64e459fa067486c6c741133e7.tar.xz
qemu-793553acb3d70ae64e459fa067486c6c741133e7.zip
Makefile: delete config.log in distclean
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 48552512d6..a0218a309b 100644
--- 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 ; \