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

index 333344eeeb9bf96abc083f2085ee2b5448541fac..7b43d6222aeabab9dc815f9f30d5a300e33cccac 100644 (file)
@@ -29,11 +29,6 @@ define Package/iwcap/description
 endef
 
 
-define Build/Prepare
-       $(INSTALL_DIR) $(PKG_BUILD_DIR)
-       $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef