Fixed "make install" dependencies

This commit is contained in:
Clifford Wolf 2013-11-24 05:05:50 +01:00
parent 28093d9dd2
commit 981677cf09
1 changed files with 1 additions and 1 deletions

View File

@ -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