Browse Source

libs/libiconv: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 years ago
parent
commit
832cd7ceb5
1 changed files with 0 additions and 5 deletions
  1. 0 5
      package/libs/libiconv/Makefile

+ 0 - 5
package/libs/libiconv/Makefile

@@ -27,11 +27,6 @@ define Package/libiconv
   TITLE:=Tiny drop-in replacement for the GNU Character set conversion library
 endef
 
-define Build/Prepare
-	$(INSTALL_DIR) $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef      
-
 define Build/Configure
 endef