diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-16 17:57:05 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 17:28:54 -0500 |
commit | 71c4f21f028c4ec55c1e296366b73f7a5a08d17b (patch) | |
tree | 2077a36b347d75a1e25256a57e398e47da36f710 /Makefile.target | |
parent | 9c1dd99b20fa6eecd230ae9503a988fca0c8411d (diff) |
Remove unused Makefile variable
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 48f0a6c7eb..3a3e1db0a3 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) |