Browse Source

network/utils/owipcalc: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 years ago
parent
commit
964f8bc4e5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      package/network/utils/owipcalc/Makefile

+ 0 - 6
package/network/utils/owipcalc/Makefile

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