Makefile: uc.o and list.o is compiled with qemu, fix for issue #696

This commit is contained in:
danghvu 2016-12-25 21:46:52 -06:00
parent a7dddf6c5f
commit 06541894ea

View file

@ -210,7 +210,7 @@ qemu/config-host.h-timestamp:
unicorn: $(LIBRARY) $(ARCHIVE) unicorn: $(LIBRARY) $(ARCHIVE)
$(LIBRARY): qemu/config-host.h-timestamp uc.o list.o $(LIBRARY): qemu/config-host.h-timestamp
ifeq ($(UNICORN_SHARED),yes) ifeq ($(UNICORN_SHARED),yes)
ifeq ($(V),0) ifeq ($(V),0)
$(call log,GEN,$(LIBRARY)) $(call log,GEN,$(LIBRARY))
@ -222,7 +222,7 @@ else
endif endif
endif endif
$(ARCHIVE): qemu/config-host.h-timestamp uc.o list.o $(ARCHIVE): qemu/config-host.h-timestamp
ifeq ($(UNICORN_STATIC),yes) ifeq ($(UNICORN_STATIC),yes)
ifeq ($(V),0) ifeq ($(V),0)
$(call log,GEN,$(ARCHIVE)) $(call log,GEN,$(ARCHIVE))