From 5e805aa865cb799980d6b0cb0114a724306ca8ff Mon Sep 17 00:00:00 2001 From: detailyang Date: Fri, 4 Aug 2017 23:54:30 +0800 Subject: Makefile: call shell function to get pwd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26d648f33..2cfd1110e 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 = $(pwd)/build/bin +GOBIN = $(shell pwd)/build/bin GO ?= latest geth: -- cgit v1.2.3