From 79ceb31edf3dabef7dafddbbf66b522e45cc3467 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 29 Jan 2020 19:25:31 +0100 Subject: Makefile: remove redundant BUILDFLAGS We don't set it, so there's no need to keep it. Signed-off-by: Valentin Rothberg --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c4f17bed2..9a1a4dc40 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ ETCDIR ?= /etc TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user -BUILDFLAGS ?= BUILDTAGS ?= \ $(shell hack/apparmor_tag.sh) \ $(shell hack/btrfs_installed_tag.sh) \ -- cgit v1.2.3-54-g00ecf