From 981677cf09226925c272e818b1a7f7f552da9299 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 24 Nov 2013 05:05:50 +0100 Subject: Fixed "make install" dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06466fda..40bc61f4 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 -- cgit v1.2.3