Fixed "make install" dependencies
authorClifford Wolf <clifford@clifford.at>
Sun, 24 Nov 2013 04:05:50 +0000 (05:05 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 24 Nov 2013 04:05:50 +0000 (05:05 +0100)
Makefile

index 06466fda56d99eb611eb885b410d5a0c9c4b64df..40bc61f4d22857e59b30303a7ac090fcb3405b43 100644 (file)
--- 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