Remove spurious quotes in Makefile.INCLUDE.

Change-Id: Ic75f00e73dbfdeaa8419f5b22789fe24c84ec606
pull/416/head
Bjoern Rabenstein 2014-11-28 16:16:29 +01:00
parent 7c3bb145e1
commit c0e5ac35f0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export PREFIX=$(BUILD_PATH)/root
export PATH := $(GOPATH)/bin:$(PATH)
export GO_TEST_FLAGS ?= "-v -short"
export GO_TEST_FLAGS ?= -v -short
GO_GET := $(GO) get -u -v -x