Explorar o código

libs/libnl-tiny: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean %!s(int64=9) %!d(string=hai) anos
pai
achega
ab20b679f6
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      package/libs/libnl-tiny/Makefile

+ 0 - 5
package/libs/libnl-tiny/Makefile

@@ -26,11 +26,6 @@ define Package/libnl-tiny/description
  This package contains a stripped down version of libnl
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 TARGET_CFLAGS += $(FPIC)
 
 define Build/Compile