mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 11:38:11 +00:00
Makefile: uc.o and list.o is compiled with qemu, fix for issue #696
This commit is contained in:
parent
a7dddf6c5f
commit
06541894ea
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -210,7 +210,7 @@ qemu/config-host.h-timestamp:
|
|||
|
||||
unicorn: $(LIBRARY) $(ARCHIVE)
|
||||
|
||||
$(LIBRARY): qemu/config-host.h-timestamp uc.o list.o
|
||||
$(LIBRARY): qemu/config-host.h-timestamp
|
||||
ifeq ($(UNICORN_SHARED),yes)
|
||||
ifeq ($(V),0)
|
||||
$(call log,GEN,$(LIBRARY))
|
||||
|
@ -222,7 +222,7 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
$(ARCHIVE): qemu/config-host.h-timestamp uc.o list.o
|
||||
$(ARCHIVE): qemu/config-host.h-timestamp
|
||||
ifeq ($(UNICORN_STATIC),yes)
|
||||
ifeq ($(V),0)
|
||||
$(call log,GEN,$(ARCHIVE))
|
||||
|
|
Loading…
Reference in a new issue