diff --git a/Makefile b/Makefile
index 26d648f3308ea93b6c47c3c14591182b9a9b3da6..2cfd1110ec8876aa240c3e9bcd15b309cd611055 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: