libsepol: fix Makefile style
authorDaniel Golle <daniel@makrotopia.org>
Fri, 14 Aug 2020 01:40:47 +0000 (02:40 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 14 Aug 2020 01:42:25 +0000 (02:42 +0100)
Fix line ordering (cosmetic).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/libs/libsepol/Makefile

index 53095236590d65f41eb18c15db7241f1f1e829a3..2a6bd46ad0a10b2cc9f7995c67216eb2ef64ef78 100644 (file)
@@ -16,6 +16,7 @@ PKG_HASH:=ae6778d01443fdd38cd30eeee846494e19f4d407b09872580372f4aa4bf8a3cc
 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/host-build.mk
 
 define Package/libsepol
   SECTION:=libs
@@ -27,9 +28,7 @@ endef
 define Package/libsepol/description
        Libsepol is the binary policy manipulation library. It doesn't
        depend upon or use any of the other SELinux components.
-endef #'
-
-include $(INCLUDE_DIR)/host-build.mk
+endef
 
 HOST_MAKE_FLAGS += \
        PREFIX=$(STAGING_DIR_HOSTPKG) \