From: Miodrag Milanovic Date: Thu, 12 Mar 2020 17:28:20 +0000 (+0100) Subject: Added filter-out for libyosys.so X-Git-Tag: working-ls180~756 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0cc795e85541b0326b6d4396a726142f0d0f8bb;p=yosys.git Added filter-out for libyosys.so --- diff --git a/Makefile b/Makefile index a911e6103..c6ecc9723 100644 --- a/Makefile +++ b/Makefile @@ -766,7 +766,7 @@ clean-unit-test: install: $(TARGETS) $(EXTRA_TARGETS) $(INSTALL_SUDO) mkdir -p $(DESTDIR)$(BINDIR) - $(INSTALL_SUDO) cp $(TARGETS) $(DESTDIR)$(BINDIR) + $(INSTALL_SUDO) cp $(filter-out libyosys.so,$(TARGETS)) $(DESTDIR)$(BINDIR) ifneq ($(filter yosys,$(TARGETS)),) $(INSTALL_SUDO) $(STRIP) -S $(DESTDIR)$(BINDIR)/yosys endif