From a73e8e4309a1b84143d0839d96a5b2318089eef1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 12 Nov 2009 19:08:56 +0100 Subject: [PATCH] Makefile: Remove unneeded prerequisites Thanks to f527c57935e22b56952d1ed1af36070b682ecf70 (fix parallel build), these prerequisites are redundant now and can be removed. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 63a7128ca4..571215e02f 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