From: Florian Fainelli Date: Sat, 23 May 2009 19:16:05 +0000 (+0000) Subject: [tools] install the new lzma version (4.65) in staging_dir/host as lzma-new X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b2e70e8797b4f875e791b9a0b2f744bbaef0f2cf;p=15.05%2Fopenwrt.git [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 --- diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 18fe030886..5e500adec8 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