summaryrefslogtreecommitdiff
path: root/tools/lzma
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-24 14:02:46 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-24 14:02:46 +0000
commit3e8dc710b514e21ed17646636e742b4872a16284 (patch)
tree33b11da09bc827f6c722ec5ad41c4aaf235a9c91 /tools/lzma
parent5c96996a7d0faf2102b87d5525c583813f85e405 (diff)
downloadmtk-20170518-3e8dc710b514e21ed17646636e742b4872a16284.zip
mtk-20170518-3e8dc710b514e21ed17646636e742b4872a16284.tar.gz
mtk-20170518-3e8dc710b514e21ed17646636e742b4872a16284.tar.bz2
revert r16017 there are no users of it yet
SVN-Revision: 16029
Diffstat (limited to 'tools/lzma')
-rw-r--r--tools/lzma/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile
index 5e500ad..83391fc 100644
--- a/tools/lzma/Makefile
+++ b/tools/lzma/Makefile
@@ -27,7 +27,6 @@ define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin
$(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/
$(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/
- $(CP) $(HOST_BUILD_DIR)/C/LzmaUtil/lzma $(STAGING_DIR_HOST)/bin/lzma-new
endef
define Host/Clean