X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/40733ccb97d086584b4d65b7bea3b01e1841ecdf..2c1120a3b32ae80e786670900f6bee9182816a4b:/tools/lzma/Makefile diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index bebfbafd5..4922f8087 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -26,9 +26,8 @@ define Host/Compile endef define Host/Install - $(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/ + $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin + $(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma endef define Host/Clean