From: Juan Quintela Date: Thu, 16 Jul 2009 15:57:05 +0000 (+0200) Subject: Remove unused Makefile variable X-Git-Tag: v0.11.0-rc0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71c4f21f028c4ec55c1e296366b73f7a5a08d17b;p=thirdparty%2Fqemu.git Remove unused Makefile variable Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/Makefile.target b/Makefile.target index 48f0a6c7eb9..3a3e1db0a3b 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)