]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile
qdev: Use GList for global properties
[mirror_qemu.git] / Makefile
index ed4032a3739f15a50efa6148c4a0c0bfada9cec2..53e4119c47a4a124ba8aae0b56b4082882bb3287 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -498,12 +498,12 @@ test speed: all
 
 .PHONY: ctags
 ctags:
-       rm -f $@
+       rm -f tags
        find "$(SRC_PATH)" -name '*.[hc]' -exec ctags --append {} +
 
 .PHONY: TAGS
 TAGS:
-       rm -f $@
+       rm -f TAGS
        find "$(SRC_PATH)" -name '*.[hc]' -exec etags --append {} +
 
 cscope: