Commit 71c4f21f028c4ec55c1e296366b73f7a5a08d17b

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 9c1dd99b

Remove unused Makefile variable

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
... ... @@ -221,7 +221,7 @@ tcg/tcg.o: cpu.h
221 221  
222 222 # HELPER_CFLAGS is used for all the code compiled with static register
223 223 # variables
224   -op_helper.o: CFLAGS += $(HELPER_CFLAGS) $(I386_CFLAGS)
  224 +op_helper.o: CFLAGS += $(HELPER_CFLAGS)
225 225  
226 226 cpu-exec.o: CFLAGS += $(HELPER_CFLAGS)
227 227  
... ...