From f4db09ffcd54eff0dd111cd570dfb77770970a23 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Mon, 12 Dec 2011 15:15:49 +0800 Subject: [PATCH] kvm tools: add missing build output The missing "CC util/rbtree.o" will be output when building. Signed-off-by: Lai Jiangshan Signed-off-by: Pekka Enberg --- tools/kvm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index cad8bb7ab3f8..6f36fd4eb044 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -246,6 +246,7 @@ builtin-help.d: $(KVM_INCLUDE)/common-cmds.h $(OBJS): util/rbtree.o: ../../lib/rbtree.c + $(E) " CC " $@ $(Q) $(CC) -c $(CFLAGS) $< -o $@ %.o: %.c -- 2.39.5