Makefile: uc.o and list.o is compiled with qemu, fix for issue #696
This commit is contained in:
4
Makefile
4
Makefile
@ -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))
|
||||||
|
Reference in New Issue
Block a user