From 06541894ea6dc2f187ffb7c63e40bb687e6e56e7 Mon Sep 17 00:00:00 2001 From: danghvu Date: Sun, 25 Dec 2016 21:46:52 -0600 Subject: [PATCH] Makefile: uc.o and list.o is compiled with qemu, fix for issue #696 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c9d60e6..70d0e866 100644 --- a/Makefile +++ b/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))