summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 51fe2dace..f8c169f15 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,7 @@ GOPATH ?= $(GOPATH:)
GOFLAGS ?= $(GOFLAGS:)
BUILD_NUMBER ?= $(BUILD_NUMBER:)
-ifeq ($(shell which godep),)
- GODEP=$(GOPATH)/bin/godep
-else
- GODEP=godep
-endif
-GO=$(GODEP) go
+GO=$(GOPATH)/bin/godep go
ifeq ($(BUILD_NUMBER),)
BUILD_NUMBER := dev