From d2ffea0e88c82fb97322689fb320f176f588948a Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 21 Mar 2016 13:02:17 +0800 Subject: [PATCH] Makefile: do not recompile samples/ for install target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5bd94a93..ad237953 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,6 @@ endif compile_lib: config qemu/config-host.h-timestamp rm -rf lib$(LIBNAME)* $(LIBNAME)*.lib $(LIBNAME)*.dll cyg$(LIBNAME)*.dll && cd qemu && $(MAKE) -j 4 $(MAKE) unicorn - cd samples && $(MAKE) clean unicorn: $(LIBRARY) $(ARCHIVE) @@ -266,7 +265,7 @@ test: all $(MAKE) -C tests/unit test -install: all $(PKGCFGF) +install: compile_lib $(PKGCFGF) mkdir -p $(DESTDIR)$(LIBDIR) ifeq ($(UNICORN_SHARED),yes) ifeq ($(IS_CYGWIN),1)