Messages in this thread Patch in this message |  | | | From | Lai Jiangshan <> | | Subject | [PATCH 05/11] kvm tools: add missing build output | | Date | Mon, 12 Dec 2011 15:15:49 +0800 |
| |
The missing "CC util/rbtree.o" will be output when building.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> --- tools/kvm/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index 9ddc3b3..aadfe25 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -241,6 +241,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 -- 1.7.4.4
|  |