projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9c78d
)
remove ldconfig call
author
Stefan Biereigel
<stefan@biereigel.de>
Tue, 14 May 2019 12:49:40 +0000
(14:49 +0200)
committer
Stefan Biereigel
<stefan@biereigel.de>
Tue, 14 May 2019 12:49:40 +0000
(14:49 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0de8301a1317976629d9c0b7f95fd2ee1431a65b..7cb7ec016c7fffc8b2e7074d79934b2c5d7d5e41 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-682,7
+682,6
@@
ifeq ($(ENABLE_LIBYOSYS),1)
$(INSTALL_SUDO) mkdir -p $(DESTDIR)$(LIBDIR)
$(INSTALL_SUDO) cp libyosys.so $(DESTDIR)$(LIBDIR)/
$(INSTALL_SUDO) $(STRIP) -S $(DESTDIR)$(LIBDIR)/libyosys.so
- $(INSTALL_SUDO) ldconfig
ifeq ($(ENABLE_PYOSYS),1)
$(INSTALL_SUDO) mkdir -p $(PYTHON_DESTDIR)/pyosys
$(INSTALL_SUDO) cp libyosys.so $(PYTHON_DESTDIR)/pyosys/