Browse Source

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

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

+ 0 - 5
package/network/utils/maccalc/Makefile

@@ -25,11 +25,6 @@ define Package/maccalc/description
  This package contains a MAC address manipulation utility.
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef