mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 16:35:46 +00:00
Makefile: do not recompile samples/ for install target
This commit is contained in:
parent
859111f8f5
commit
d2ffea0e88
3
Makefile
3
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)
|
||||
|
|
Loading…
Reference in a new issue