tools: remove old mkdosfs symlink from dosfstools
[openwrt/openwrt.git] / tools / dosfstools / Makefile
index 73211d28cb180f397b6859e0bd986e8d1058e374..c87d800b8533547fc0e22327c870771992a83e16 100644 (file)
@@ -26,7 +26,6 @@ endif
 
 define Host/Install
        $(INSTALL_BIN) $(HOST_BUILD_DIR)/src/mkfs.fat $(STAGING_DIR_HOST)/bin/
-       $(LN) mkfs.fat $(STAGING_DIR_HOST)/bin/mkdosfs
 endef
 
 define Host/Clean