From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5iCF-0007p0-Eq for qemu-devel@nongnu.org; Sun, 26 Aug 2012 15:08:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5iCE-0003VT-C5 for qemu-devel@nongnu.org; Sun, 26 Aug 2012 15:08:31 -0400 Received: from hall.aurel32.net ([88.191.126.93]:50193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5iCE-0003VG-3s for qemu-devel@nongnu.org; Sun, 26 Aug 2012 15:08:30 -0400 From: Aurelien Jarno Date: Sun, 26 Aug 2012 21:08:20 +0200 Message-Id: <1346008100-8471-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH] target-sparc: remove useless line in Makefile.objs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Aurelien Jarno op_helper.c has been removed in commit 0184e266. Remove the corresponding flags from Makefile.objs. Cc: Blue Swirl Signed-off-by: Aurelien Jarno --- target-sparc/Makefile.objs | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs index a93e07d..9fc42ea 100644 --- a/target-sparc/Makefile.objs +++ b/target-sparc/Makefile.objs @@ -4,5 +4,3 @@ obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o obj-$(TARGET_SPARC) += int32_helper.o obj-$(TARGET_SPARC64) += int64_helper.o obj-$(TARGET_SPARC64) += vis_helper.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -- 1.7.10.4