install the new lzma version (4.65) in staging_dir/host as lzma-new

SVN-Revision: 16017
This commit is contained in:
Florian Fainelli 2009-05-23 19:16:05 +00:00
parent 514aa754c2
commit d17888808e
1 changed files with 2 additions and 1 deletions

View File

@ -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