From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM3AX-0004kJ-9o for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:00:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM3AR-0004hS-Dd for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:00:24 -0400 Received: from [199.232.76.173] (port=46574 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM3AR-0004hN-8O for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:00:19 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50519) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM3AQ-0000uF-MJ for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:00:18 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n61H0IqD002436 for ; Wed, 1 Jul 2009 13:00:18 -0400 From: quintela@redhat.com Date: Wed, 1 Jul 2009 18:58:32 +0200 Message-Id: <0721695d14a8f65711f52b7a9c514ef82d0f33bc.1246466962.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 06/13] Remove unused Makefile variable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Juan Quintela From: Juan Quintela Signed-off-by: Juan Quintela --- Makefile.target | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.target b/Makefile.target index 60754dc..c33f371 100644 --- a/Makefile.target +++ b/Makefile.target @@ -221,7 +221,7 @@ tcg/tcg.o: cpu.h # HELPER_CFLAGS is used for all the code compiled with static register # variables -op_helper.o: CFLAGS += $(HELPER_CFLAGS) $(I386_CFLAGS) +op_helper.o: CFLAGS += $(HELPER_CFLAGS) cpu-exec.o: CFLAGS += $(HELPER_CFLAGS) -- 1.6.2.2