From 46ec60a4b6a5ce400176b4358e361c68e47df212 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 25 Feb 2019 10:04:42 +0000 Subject: [PATCH] build: Remove tabs Tabs should only be used in rules. Signed-off-by: James O. D. Hunt --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 694fa0d241..d04f216fbd 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,9 @@ COMMIT := $(if $(shell git status --porcelain --untracked-files=no),${COMMIT_NO} VERSION_COMMIT := $(if $(COMMIT),$(VERSION)-$(COMMIT),$(VERSION)) ARCH := $(shell go env GOARCH) ifeq ($(SECCOMP),yes) - BUILDTAGS := seccomp + BUILDTAGS := seccomp else - SECCOMP=no + SECCOMP=no endif # go build common flags BUILDFLAGS := -buildmode=pie