mirror of https://github.com/YosysHQ/yosys.git
Fixed "make install" dependencies
This commit is contained in:
parent
28093d9dd2
commit
981677cf09
2
Makefile
2
Makefile
|
@ -112,7 +112,7 @@ test: yosys
|
|||
cd tests/hana && bash run-test.sh
|
||||
cd tests/asicworld && bash run-test.sh
|
||||
|
||||
install: $(TARGETS)
|
||||
install: $(TARGETS) $(EXTRA_TARGETS)
|
||||
$(INSTALL_SUDO) mkdir -p $(DESTDIR)/bin
|
||||
$(INSTALL_SUDO) install $(TARGETS) $(DESTDIR)/bin/
|
||||
$(INSTALL_SUDO) mkdir -p $(DESTDIR)/share/yosys
|
||||
|
|
Loading…
Reference in New Issue