From ad71e1c0f3e1f43260a509a34631ff1763e20bb9 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 18 Mar 2019 09:55:12 +0100 Subject: [PATCH] Makefile: remove bzr check Signed-off-by: Simon Pasquier --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index cd7c7b01..54ce0b7a 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,6 @@ ERRCHECK_BINARY := $(FIRST_GOPATH)/bin/errcheck STATICCHECK_IGNORE = -# Go modules needs the bzr binary because of the dependency on launchpad.net/gocheck. -$(eval $(call PRECHECK_COMMAND_template,bzr)) -PRECHECK_OPTIONS_bzr = version - .PHONY: build-all # Will build both the front-end as well as the back-end build-all: assets apiv2 build