network/utils/owipcalc: drop Build/Prepare rule in favor of default one
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:27:08 +0000 (09:27 +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/owipcalc/Makefile

index b16f3208df6a658bcce9b56770fa9a91cc0abac4..fd193ea11f8cf25ab01d765ca1748f131c5b1197 100644 (file)
@@ -27,12 +27,6 @@ define Package/owipcalc/description
   for dhcp pools.
 endef
 
-
-define Build/Prepare
-       $(INSTALL_DIR) $(PKG_BUILD_DIR)
-       $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef