]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Add missing dependency.
authorPaul Brook <paul@codesourcery.com>
Fri, 26 Nov 2010 18:46:03 +0000 (18:46 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 25 Dec 2010 23:06:30 +0000 (00:06 +0100)
Teach Makefile that cmd.o depends on a generated header (specifically
config-host.h).

Signed-off-by: Paul Brook <paul@codesourcery.com>
(cherry picked from commit 6e14404aab26f74a448747d1e793ac16bde8a92b)

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Makefile

index f95cc2fd01f253d1970cb78a429ec543607d0691..dd78601df537baf994012a15860e5b20b8f2eb4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)
 ######################################################################
 
 qemu-img.o: qemu-img-cmds.h
-qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o: $(GENERATED_HEADERS)
+qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o cmd.o: $(GENERATED_HEADERS)
 
 qemu-img$(EXESUF): qemu-img.o qemu-tool.o qemu-error.o $(block-obj-y) $(qobject-obj-y)