From: Clifford Wolf Date: Sun, 24 Nov 2013 04:05:50 +0000 (+0100) Subject: Fixed "make install" dependencies X-Git-Tag: yosys-0.2.0~320 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=981677cf09226925c272e818b1a7f7f552da9299;p=yosys.git Fixed "make install" dependencies --- diff --git a/Makefile b/Makefile index 06466fda5..40bc61f4d 100644 --- a/Makefile +++ b/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