From: Alexandru Ardelean Date: Thu, 6 Oct 2016 06:24:10 +0000 (+0300) Subject: network/config/swconfig: drop Build/Prepare rule in favor of default one X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=b8135a5b969cab98719895dabe7573e33dea4ca3 network/config/swconfig: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index f4ba3a9d69..d1c8fd7b5e 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -30,11 +30,6 @@ TARGET_CPPFLAGS := \ $(TARGET_CPPFLAGS) \ -I$(LINUX_DIR)/user_headers/include -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Build/Compile CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \ $(MAKE) -C $(PKG_BUILD_DIR) \