X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Flzma%2FMakefile;h=4922f8087f63ad456608f952084f8c63290b8308;hb=cbf6bc296f3cf8450b2864aef9f292674aa756fd;hp=bebfbafd57f78462237eae7704882cae73172608;hpb=6c5ba45f54e27030a6fc3a40d0b78518dc6dc143;p=openwrt%2Fopenwrt.git diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index bebfbafd57..4922f8087f 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