From bec5016ac4032c7ad6cf494ee94fedf6c6e51ff9 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 6 Oct 2016 09:14:34 +0300 Subject: [PATCH] libs/libnl-tiny: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- Makefile | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.30.2