aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-03-12 18:28:20 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2020-03-12 18:28:20 +0100
commita0cc795e85541b0326b6d4396a726142f0d0f8bb (patch)
tree0e95d1326502636336d0766cdc72262c4b9be9aa /Makefile
parentf37f558f72769c1b1ae1255ae5611bb1cb510a0d (diff)
downloadyosys-a0cc795e85541b0326b6d4396a726142f0d0f8bb.tar.gz
yosys-a0cc795e85541b0326b6d4396a726142f0d0f8bb.tar.bz2
yosys-a0cc795e85541b0326b6d4396a726142f0d0f8bb.zip
Added filter-out for libyosys.so
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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