From: Alexandru Ardelean Date: Thu, 6 Oct 2016 06:20:01 +0000 (+0300) Subject: utils/oseama: drop Build/Prepare rule in favor of default one X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fblogic.git;a=commitdiff_plain;h=8df2122cdd9fd9a1cf9859d023957c3115bd492a utils/oseama: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- diff --git a/package/utils/oseama/Makefile b/package/utils/oseama/Makefile index 8957a699671c..7d9303b92d58 100644 --- a/package/utils/oseama/Makefile +++ b/package/utils/oseama/Makefile @@ -26,11 +26,6 @@ define Package/oseama/description This package contains an utility that allows handling Seama images. endef -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \