mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 20:59:40 +00:00
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>
This commit is contained in:
parent
9fa8b723c8
commit
79ceb31edf
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue