X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Flzma%2FMakefile;h=b39c8627ecc14b8f2213e24b9e5152572d874aa6;hp=bebfbafd57f78462237eae7704882cae73172608;hb=974d351ecbc97432197647904050a144a187646f;hpb=28826136910ceeb48a4d29a0f9e1a6e26aabe470 diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index bebfbafd57..b39c8627ec 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -27,6 +27,7 @@ endef define Host/Install $(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin + $(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma $(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/ $(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/ endef