diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-11-24 05:05:50 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-11-24 05:05:50 +0100 |
commit | 981677cf09226925c272e818b1a7f7f552da9299 (patch) | |
tree | da640024020e180eb8ae4145f18c53b279a9cf11 /Makefile | |
parent | 28093d9dd288484daa9df17585c1c9f174498359 (diff) | |
download | yosys-981677cf09226925c272e818b1a7f7f552da9299.tar.gz yosys-981677cf09226925c272e818b1a7f7f552da9299.tar.bz2 yosys-981677cf09226925c272e818b1a7f7f552da9299.zip |
Fixed "make install" dependencies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |