libs/libnl-tiny: drop Build/Prepare rule in favor of default one
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:14:34 +0000 (09:14 +0300)
committerJohn Crispin <john@phrozen.org>
Sat, 15 Oct 2016 09:36:51 +0000 (11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/libs/libnl-tiny/Makefile

index df5a7fd72e45dbaf174634e10f503b9fd5ae50f4..cabbb084218f147e2951ba498f3c11b46936ff43 100644 (file)
@@ -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