summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-01-29 19:25:31 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-01-30 08:44:34 +0100
commit79ceb31edf3dabef7dafddbbf66b522e45cc3467 (patch)
treec48296f94c495286103125d3bd2758a6f84d83d8
parent9fa8b723c81b4a38f2715c55825eb77c7360c7e7 (diff)
downloadpodman-79ceb31edf3dabef7dafddbbf66b522e45cc3467.tar.gz
podman-79ceb31edf3dabef7dafddbbf66b522e45cc3467.tar.bz2
podman-79ceb31edf3dabef7dafddbbf66b522e45cc3467.zip
Makefile: remove redundant BUILDFLAGS
We don't set it, so there's no need to keep it. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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) \