diff --git a/Makefile b/Makefile index d5d3b1365f..474e5bc65e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ### # Default shell `/bin/sh` has different meanings depending on the platform. -SHELL := $(shell command -v bash) +SHELL := $(shell command -v bash;) GO ?= go GO_LDFLAGS:= $(shell if $(GO) version|grep -q gccgo ; then echo "-gccgoflags"; else echo "-ldflags"; fi) GOCMD = CGO_ENABLED=$(CGO_ENABLED) GOOS=$(GOOS) GOARCH=$(GOARCH) $(GO)