From 726cace38b139a23792cd64eb120ad9b8157d049 Mon Sep 17 00:00:00 2001
From: Silas Davis <silas@monax.io>
Date: Tue, 26 Jun 2018 15:56:18 +0100
Subject: [PATCH] Remove protobuf dep on build_client

Signed-off-by: Silas Davis <silas@monax.io>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1d51945e..c7b33d45 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ install_db: build_db
 
 # build burrow-client
 .PHONY: build_client
-build_client: commit_hash protobuf
+build_client: commit_hash
 	go build -ldflags "-extldflags '-static' \
 	-X github.com/hyperledger/burrow/project.commit=$(shell cat commit_hash.txt)" \
 	-o ${REPO}/bin/burrow-client ./client/cmd/burrow-client
-- 
GitLab