From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGSl9-0001d9-W6 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 07:29:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGSl1-000386-JT for qemu-devel@nongnu.org; Thu, 20 Feb 2014 07:29:47 -0500 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:63918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGSl1-00037u-0a for qemu-devel@nongnu.org; Thu, 20 Feb 2014 07:29:39 -0500 Received: by mail-ea0-f171.google.com with SMTP id f15so876698eak.2 for ; Thu, 20 Feb 2014 04:29:38 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 20 Feb 2014 13:29:03 +0100 Message-Id: <1392899343-5226-13-git-send-email-pbonzini@redhat.com> In-Reply-To: <1392899343-5226-1-git-send-email-pbonzini@redhat.com> References: <1392899343-5226-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 12/12] build: softmmu targets do not have a "main.o" file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, famz@redhat.com, aliguori@amazon.com Thus this rule is useless. Signed-off-by: Paolo Bonzini --- Makefile.target | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.target b/Makefile.target index 3945260..ba12340 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 -- 1.8.3.1