Browse Source

Merge pull request #14898 from detailyang/patch-1

Makefile: call shell function to get pwd
Péter Szilágyi 8 years ago
parent
commit
350bb6d9ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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: