X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Flzma%2FMakefile;h=4922f8087f63ad456608f952084f8c63290b8308;hb=7fc700dcca433de90a574a5521ae30d0c578e65a;hp=b39c8627ecc14b8f2213e24b9e5152572d874aa6;hpb=f87c3cbb3adcb45c6d0b414361107e866591aee7;p=oweals%2Fopenwrt.git diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index b39c8627ec..4922f8087f 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