summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-11-25 21:59:38 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 15:26:01 -0600
commit9ea37780a4f3209e92c7568b97671f337fe000cd (patch)
treeaf88211732619fd4da4fb78bed9c3fbcdc5caf00
parentec16928806f88b72b35a8bcb52054460db230027 (diff)
downloadqemu-9ea37780a4f3209e92c7568b97671f337fe000cd.tar.gz
Remove rule for config-devices.h
Since commit a992fe3d0fc185112677286f7a02204d8245b61e config-devices.h is no longer used. So there is no need to keep the dependency rules any longer. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Makefile.target3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.target b/Makefile.target
index 2985658d9d..891ea08221 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -33,9 +33,6 @@ kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS)
config-target.h: config-target.h-timestamp
config-target.h-timestamp: config-target.mak
-config-devices.h: config-devices.h-timestamp
-config-devices.h-timestamp: config-devices.mak
-
all: $(PROGS)
# Dummy command so that make thinks it has done something