summaryrefslogtreecommitdiffstats
path: root/tools/lzma
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-23 19:16:05 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-23 19:16:05 +0000
commit6b09a38a1ea61fc59598a174cfa767cdd4f176c6 (patch)
tree7df31b4909cb5a1e33bdc3f141c72166e6a995f7 /tools/lzma
parent2be90cf93d4928d3f6d4a7aa86a77f7659de6b28 (diff)
[tools] install the new lzma version (4.65) in staging_dir/host as lzma-new
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/lzma')
-rw-r--r--tools/lzma/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile
index 18fe03088..5e500adec 100644
--- a/tools/lzma/Makefile
+++ b/tools/lzma/Makefile
@@ -24,9 +24,10 @@ define Host/Compile
endef
define Host/Install
- $(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include
+ $(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