diff --git a/Makefile b/Makefile index 28cdce7077..e118c23aa1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOPATH ?= $(GOPATH:) GOFLAGS ?= $(GOFLAGS:) BUILD_NUMBER ?= $(BUILD_NUMBER:) -ifeq ($(shell which godep), "") +ifeq ($(shell which godep),) GODEP=$(GOPATH)/bin/godep else GODEP=godep