From d5842a8a0bbbd15ea6705973e38a0c3149fa3aba Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 4 Sep 2018 08:46:41 +0200 Subject: [PATCH] Remove vendored proto from Makefile. Was left over from the mistakes in #910. Signed-off-by: Tom Wilkie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3daf7e49cd0..432747c352e 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ images: @echo > /dev/null # Generating proto code is automated. -PROTO_DEFS := $(shell find . $(DONT_FIND) -type f -name '*.proto' -print) vendor/github.com/weaveworks/common/httpgrpc/httpgrpc.proto +PROTO_DEFS := $(shell find . $(DONT_FIND) -type f -name '*.proto' -print) PROTO_GOS := $(patsubst %.proto,%.pb.go,$(PROTO_DEFS)) # Building binaries is now automated. The convention is to build a binary