]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commitdiff
Makefile.target: Remove unnecessary dependency rules
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Dec 2011 18:28:52 +0000 (18:28 +0000)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 16 Dec 2011 10:03:23 +0000 (10:03 +0000)
Remove some dependency rules which aren't necessary (the automatically
generated .d files cover all these). These were leftovers from dyngen
days, when the object files also had a dependency on some generated
files.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile.target

index 8be9b9a596d4434505b9f19da790033bb6c81216..3261383fd3cd63ab3b317f357d7d7f1fdd857df4 100644 (file)
@@ -92,12 +92,6 @@ tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci
 
 $(libobj-y): $(GENERATED_HEADERS)
 
-translate.o: translate.c cpu.h
-
-translate-all.o: translate-all.c cpu.h
-
-tcg/tcg.o: cpu.h
-
 # HELPER_CFLAGS is used for all the code compiled with static register
 # variables
 op_helper.o ldst_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)