X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1300afab4c665f486b1a6e296f3290c2c25ca7c8..fe9fc3633fc59d41ae8741b74a0622a5fdfb55db:/tools/lzma/Makefile diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index b39c8627e..4922f8087 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -26,10 +26,8 @@ define Host/Compile endef define Host/Install - $(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin + $(INSTALL_DIR) $(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 define Host/Clean