diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-23 19:16:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-23 19:16:05 +0000 |
commit | d17888808ef28d9580b4bd92c027932baaa80291 (patch) | |
tree | c1ebfa7f9ac79d76649dbda02acd03529f86d242 /tools/lzma/Makefile | |
parent | 514aa754c2e9b1295d8bd22488f8b70304cc1d4c (diff) | |
download | upstream-d17888808ef28d9580b4bd92c027932baaa80291.tar.gz upstream-d17888808ef28d9580b4bd92c027932baaa80291.tar.bz2 upstream-d17888808ef28d9580b4bd92c027932baaa80291.zip |
install the new lzma version (4.65) in staging_dir/host as lzma-new
SVN-Revision: 16017
Diffstat (limited to 'tools/lzma/Makefile')
-rw-r--r-- | tools/lzma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |