Sfoglia il codice sorgente

libsepol: fix Makefile style

Fix line ordering (cosmetic).

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle 5 anni fa
parent
commit
0133160177
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      package/libs/libsepol/Makefile

+ 2 - 3
package/libs/libsepol/Makefile

@@ -16,6 +16,7 @@ PKG_HASH:=ae6778d01443fdd38cd30eeee846494e19f4d407b09872580372f4aa4bf8a3cc
 PKG_MAINTAINER:=Thomas Petazzoni <[email protected]>
 
 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) \