makefile: update to fetch btcsuite/btcd instead of roasbeef/btcd
This commit is contained in:
parent
6f60f139f4
commit
584834aa95
4
Makefile
4
Makefile
@ -2,7 +2,7 @@ PKG := github.com/lightningnetwork/lnd
|
|||||||
ESCPKG := github.com\/lightningnetwork\/lnd
|
ESCPKG := github.com\/lightningnetwork\/lnd
|
||||||
|
|
||||||
DEP_PKG := github.com/golang/dep/cmd/dep
|
DEP_PKG := github.com/golang/dep/cmd/dep
|
||||||
BTCD_PKG := github.com/roasbeef/btcd
|
BTCD_PKG := github.com/btcsuite/btcd
|
||||||
GLIDE_PKG := github.com/Masterminds/glide
|
GLIDE_PKG := github.com/Masterminds/glide
|
||||||
GOVERALLS_PKG := github.com/mattn/goveralls
|
GOVERALLS_PKG := github.com/mattn/goveralls
|
||||||
LINT_PKG := gopkg.in/alecthomas/gometalinter.v1
|
LINT_PKG := gopkg.in/alecthomas/gometalinter.v1
|
||||||
@ -110,7 +110,7 @@ dep: $(DEP_BIN)
|
|||||||
|
|
||||||
$(BTCD_DIR):
|
$(BTCD_DIR):
|
||||||
@$(call print, "Fetching btcd.")
|
@$(call print, "Fetching btcd.")
|
||||||
go get -d github.com/roasbeef/btcd
|
go get -d github.com/btcsuite/btcd
|
||||||
|
|
||||||
btcd: $(GLIDE_BIN) $(BTCD_DIR)
|
btcd: $(GLIDE_BIN) $(BTCD_DIR)
|
||||||
@$(call print, "Compiling btcd dependencies.")
|
@$(call print, "Compiling btcd dependencies.")
|
||||||
|
Loading…
Reference in New Issue
Block a user