From 13cda8d9b6113c7df583e68bdce5adf1bca2b8a8 Mon Sep 17 00:00:00 2001 From: Lee Hyeon Date: Mon, 31 Jul 2017 19:00:17 +0900 Subject: [PATCH] Makefile: fixed GOBIN absolute path issue (#14854) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6e2ddd5e5..19924f9529 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ .PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64 .PHONY: geth-windows geth-windows-386 geth-windows-amd64 -GOBIN = build/bin +GOBIN = $(pwd)/build/bin GO ?= latest geth: