From: Paolo Bonzini Date: Tue, 30 Apr 2013 09:44:16 +0000 (+0200) Subject: build: softmmu targets do not have a "main.o" file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f966f9ddd175bdf82f12650c3b7b5a93cc421d88;p=qemu.git build: softmmu targets do not have a "main.o" file Thus this rule is useless. Signed-off-by: Paolo Bonzini --- diff --git a/Makefile.target b/Makefile.target index 3945260897..ba1234063e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -130,8 +130,6 @@ else obj-y += hw/$(TARGET_BASE_ARCH)/ endif -main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) - GENERATED_HEADERS += hmp-commands.h qmp-commands-old.h endif # CONFIG_SOFTMMU