Fixed detection of godep when it doesn't exist on the path

Этот коммит содержится в:
hmhealey
2015-07-20 16:06:26 -04:00
родитель 49c50f9575
Коммит 4e2ca3d74d

Просмотреть файл

@@ -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