Commit 1c50ec0c authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3848 from ipfs/fix/make/install-no-deps

make: fix `make install` not installing dependencies
parents aac4088c 52a293ae
......@@ -22,7 +22,7 @@ $(IPFS_BIN_$(d)): $(d) $$(DEPS_GO) ALWAYS #| $(DEPS_OO_$(d))
$(d)-install: GOFLAGS += $(cmd/ipfs_flags)
$(d)-install:
$(d)-install: $(d) $$(DEPS_GO) ALWAYS
go install $(go-flags-with-tags) ./cmd/ipfs
.PHONY: $(d)-install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment