From 53bab7d85f008475785cb382d4e240edc48d51df Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Tue, 30 Jun 2015 14:07:56 -0400 Subject: [PATCH] Prefer Godep dependencies in the GOPATH Signed-off-by: Mrunal Patel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a2230b3e..e12cac5d3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RUNC_TEST_IMAGE=runc_test PROJECT=github.com/opencontainers/runc TEST_DOCKERFILE=test_Dockerfile -export GOPATH:=$(GOPATH):$(CURDIR)/Godeps/_workspace +export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH) all: go build -o runc .