]> git.proxmox.com Git - qemu.git/commitdiff
make: fix clean rule by removing build file in qom/
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 2 Apr 2012 15:10:39 +0000 (16:10 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 3 Apr 2012 08:55:26 +0000 (09:55 +0100)
Make clean does not clean the 'qom' directory, leaving *.o and *.d files. This
patch fixes this.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile

index 35c7a2a551460b02a8f63ddcb68e9eed2e27ce83..a78f53d4c9987324a683675c92ad4c7b03c24c84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -217,6 +217,7 @@ clean:
        rm -f *.o *.d *.a *.lo $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
        rm -Rf .libs
        rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d net/*.o net/*.d fsdev/*.o fsdev/*.d ui/*.o ui/*.d qapi/*.o qapi/*.d qga/*.o qga/*.d
+       rm -f qom/*.o qom/*.d
        rm -f qemu-img-cmds.h
        rm -f trace/*.o trace/*.d
        rm -f trace.c trace.h trace.c-timestamp trace.h-timestamp