diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-29 19:25:31 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-30 08:44:34 +0100 |
commit | 79ceb31edf3dabef7dafddbbf66b522e45cc3467 (patch) | |
tree | c48296f94c495286103125d3bd2758a6f84d83d8 /Makefile | |
parent | 9fa8b723c81b4a38f2715c55825eb77c7360c7e7 (diff) | |
download | podman-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) \ |