aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-11-12 19:08:56 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-02 08:47:07 -0600
commita73e8e4309a1b84143d0839d96a5b2318089eef1 (patch)
tree1aa5f43e3045c3954ff2e921921417371d568cef /Makefile
parentMerge commit 'mst/for_anthony' into mst (diff)
downloadqemu-kvm-a73e8e4309a1b84143d0839d96a5b2318089eef1.tar.gz
qemu-kvm-a73e8e4309a1b84143d0839d96a5b2318089eef1.tar.bz2
qemu-kvm-a73e8e4309a1b84143d0839d96a5b2318089eef1.zip
Makefile: Remove unneeded prerequisites
Thanks to f527c57935e22b56952d1ed1af36070b682ecf70 (fix parallel build), these prerequisites are redundant now and can be removed. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 63a7128ca..571215e02 100644
--- a/Makefile
+++ b/Makefile
@@ -224,14 +224,12 @@ libqemu_common.a: $(obj-y)
######################################################################
-qemu-img.o: config-host.h qemu-img-cmds.h
+qemu-img.o: qemu-img-cmds.h
qemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y)
qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o $(block-obj-y)
-qemu-io.o: config-host.h
-
qemu-io$(EXESUF): qemu-io.o qemu-tool.o cmd.o $(block-obj-y)
qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx