From: Alexandru Ardelean Date: Thu, 6 Oct 2016 06:14:34 +0000 (+0300) Subject: libs/libnl-tiny: drop Build/Prepare rule in favor of default one X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bec5016ac4032c7ad6cf494ee94fedf6c6e51ff9;p=project%2Flibnl-tiny.git libs/libnl-tiny: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- diff --git a/Makefile b/Makefile index df5a7fd..cabbb08 100644 --- a/Makefile +++ b/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