package/libsemanage: reformat HOST_LIBSEMANAGE_DEPENDENCIES

Use a more common formatting for HOST_LIBSEMANAGE_DEPENDENCIES.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Thomas Petazzoni 2019-09-22 11:06:24 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 5d13b7a64d
commit af59564e26

View File

@ -25,8 +25,13 @@ define LIBSEMANAGE_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LIBSEMANAGE_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
endef
HOST_LIBSEMANAGE_DEPENDENCIES = host-bison host-audit host-libsepol host-libselinux \
host-bzip2 host-swig
HOST_LIBSEMANAGE_DEPENDENCIES = \
host-bison \
host-audit \
host-libsepol \
host-libselinux \
host-bzip2 \
host-swig
HOST_LIBSEMANAGE_MAKE_OPTS += \
$(HOST_CONFIGURE_OPTS) \