X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/59ef9d52e496a9ec5670894e486a9e00cdc00ead..50fe92783ec33c56680822bf4c5b462844f20f85:/tools/lzma/Makefile diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 83391fcf2..bebfbafd5 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -18,9 +18,11 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk UTIL_DIR=$(HOST_BUILD_DIR)/C/LzmaUtil +ALONE_DIR=$(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone define Host/Compile $(MAKE) -C $(UTIL_DIR) -f makefile.gcc + $(MAKE) -C $(ALONE_DIR) -f makefile.gcc endef define Host/Install