From a94b285501d9104e864d341c21728cb75080f285 Mon Sep 17 00:00:00 2001 From: Asias He Date: Wed, 21 Dec 2011 16:07:21 +0800 Subject: [PATCH] kvm tools: Remove lkvm alias vm in 'make clean' lkvm alias vm is not removed in 'make clean'. This patch fixes this. Reviewed-by: Wanlong Gao Signed-off-by: Asias He Signed-off-by: Pekka Enberg --- tools/kvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index ce3df6574dd9..d54fa47dc4a2 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -325,7 +325,7 @@ clean: $(Q) rm -f x86/bios/bios-rom.h $(Q) rm -f tests/boot/boot_test.iso $(Q) rm -rf tests/boot/rootfs/ - $(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(GUEST_INIT) $(GUEST_INIT_S2) + $(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(PROGRAM_ALIAS) $(GUEST_INIT) $(GUEST_INIT_S2) $(Q) rm -f cscope.* $(Q) rm -f $(KVM_INCLUDE)/common-cmds.h $(Q) rm -f KVMTOOLS-VERSION-FILE -- 2.39.5